GNU bug report logs - #77199
[PATCH core-packages-team] gnu: gdbm: Update to 1.25.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Sun, 23 Mar 2025 03:22:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 77199 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 77199 <at> debbugs.gnu.org,
	andreas <at> enge.fr,
	janneke <at> gnu.org,
	ludo <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH core-packages-team v2] gnu: gdbm: Update to 1.25.
Date: Wed, 16 Apr 2025 00:50:34 -0700
* 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 433d469ae8..f93e0f454a 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: b862ec2176fbfe609b16b801e3c91907ea232577
-- 
2.43.0





This bug report was last modified 30 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.