mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -152,14 +152,14 @@ (define-public gdbm
|
|||
(define-public bdb
|
||||
(package
|
||||
(name "bdb")
|
||||
(version "6.2.23")
|
||||
(version "6.2.32")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://download.oracle.com/berkeley-db/db-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1isxx4jfmnh913jzhp8hhfngbk6dsg46f4kjpvvc56maj64jqqa7"))))
|
||||
"1yx8wzhch5wwh016nh0kfxvknjkafv6ybkqh6nh7lxx50jqf5id9"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" ; programs, libraries, headers
|
||||
"doc")) ; 94 MiB of HTML docs
|
||||
|
|
Loading…
Reference in a new issue