gnu: bdb: Update to 6.2.23.

* gnu/packages/databases.scm (bdb): Update to 6.2.23.
This commit is contained in:
Efraim Flashner 2016-05-13 09:22:31 +03:00
parent ac52b72d1e
commit 18e681bf6c
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -136,13 +136,14 @@ (define-public gdbm
(define-public bdb (define-public bdb
(package (package
(name "bdb") (name "bdb")
(version "5.3.21") (version "6.2.23")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://download.oracle.com/berkeley-db/db-" version (uri (string-append "http://download.oracle.com/berkeley-db/db-"
".tar.gz")) version ".tar.gz"))
(sha256 (base32 (sha256
"1f2g2612lf8djbwbwhxsvmffmf9d7693kh2l20195pqp0f9jmnfx")))) (base32
"1isxx4jfmnh913jzhp8hhfngbk6dsg46f4kjpvvc56maj64jqqa7"))))
(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