mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: gdbm: Update to 1.23.
* gnu/packages/dbm.scm (gdbm): Update to 1.23.
This commit is contained in:
parent
497080c10e
commit
cac8545b02
1 changed files with 2 additions and 2 deletions
|
@ -164,14 +164,14 @@ (define-public bdb bdb-6)
|
|||
(define-public gdbm
|
||||
(package
|
||||
(name "gdbm")
|
||||
(version "1.20")
|
||||
(version "1.23")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/gdbm/gdbm-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"14m22j0zndd42yc0ps0bcnnjj2iq7agnp66sl882lj5k91bc1sis"))))
|
||||
"1kfapds42j1sjq6wl7fygipw5904wpbfa5kwppj3mwgz44fhicbl"))))
|
||||
(arguments `(#:configure-flags '("--enable-libgdbm-compat"
|
||||
"--disable-static")))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue