mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gdbm: Update to 1.25.
* gnu/packages/dbm.scm (gdbm): Update to 1.25. Change-Id: I94771e420cf5752d45d1c3a98f688b9f45ab4be2 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
2a248d73ce
commit
a358889d80
1 changed files with 2 additions and 2 deletions
|
@ -182,14 +182,14 @@ SQL, Key/Value, XML/XQuery or Java Object storage for their data model.")
|
|||
(define-public gdbm
|
||||
(package
|
||||
(name "gdbm")
|
||||
(version "1.24")
|
||||
(version "1.25")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/gdbm/gdbm-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1gwd5cyp4jblwm1wkzm48dwiifgxdizbq41r2czm2qzpzlkrhpk9"))))
|
||||
"1v4kycs1n9x0pczm9ny6m16gfgpmj8gwv0bvh7w7gn3fjb2v6bfh"))))
|
||||
(arguments `(#:configure-flags '("--enable-libgdbm-compat"
|
||||
"--disable-static")
|
||||
,@(if (target-loongarch64?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue