mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: bdb: Update to 6.2.23.
* gnu/packages/databases.scm (bdb): Update to 6.2.23.
This commit is contained in:
parent
ac52b72d1e
commit
18e681bf6c
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue