gnu: bdb: Update to 6.2.32.
* gnu/packages/databases.scm (bdb): Update to 6.2.32.
This commit is contained in:
parent
dfe0bac420
commit
595dcd48a9
|
@ -152,14 +152,14 @@ and provides interfaces to the traditional file format.")
|
||||||
(define-public bdb
|
(define-public bdb
|
||||||
(package
|
(package
|
||||||
(name "bdb")
|
(name "bdb")
|
||||||
(version "6.2.23")
|
(version "6.2.32")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://download.oracle.com/berkeley-db/db-"
|
(uri (string-append "http://download.oracle.com/berkeley-db/db-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1isxx4jfmnh913jzhp8hhfngbk6dsg46f4kjpvvc56maj64jqqa7"))))
|
"1yx8wzhch5wwh016nh0kfxvknjkafv6ybkqh6nh7lxx50jqf5id9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" ; programs, libraries, headers
|
(outputs '("out" ; programs, libraries, headers
|
||||||
"doc")) ; 94 MiB of HTML docs
|
"doc")) ; 94 MiB of HTML docs
|
||||||
|
|
Loading…
Reference in New Issue