GNU bug report logs -
#77199
[PATCH core-packages-team] gnu: gdbm: Update to 1.25.
Previous Next
To reply to this bug, email your comments to 77199 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77199
; Package
guix-patches
.
(Sun, 23 Mar 2025 03:22:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andy Tai <atai <at> atai.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 23 Mar 2025 03:22:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/dbm.scm (gdbm): Update to 1.25.
Change-Id: I205f5e1e26475f4c9920b200b578d30ee91f3ebb
---
gnu/packages/dbm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dbm.scm b/gnu/packages/dbm.scm
index 433d469ae83..f93e0f454ab 100644
--- a/gnu/packages/dbm.scm
+++ b/gnu/packages/dbm.scm
@@ -180,14 +180,14 @@ (define-public bdb bdb-6)
(define-public gdbm
(package
(name "gdbm")
- (version "1.23")
+ (version "1.25")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gdbm/gdbm-"
version ".tar.gz"))
(sha256
(base32
- "1kfapds42j1sjq6wl7fygipw5904wpbfa5kwppj3mwgz44fhicbl"))))
+ "1v4kycs1n9x0pczm9ny6m16gfgpmj8gwv0bvh7w7gn3fjb2v6bfh"))))
(arguments `(#:configure-flags '("--enable-libgdbm-compat"
"--disable-static")
,@(if (target-loongarch64?)
base-commit: 127ac3c19073828c089349c7b22b218227f8ce8f
--
2.43.0
This bug report was last modified 17 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.