* [bug#71933] [PATCH] gnu: gdbm: Update to 1.24.
@ 2024-07-04 4:50 Andy Tai
2024-08-19 5:11 ` [bug#71933] [PATCH v2] " Andy Tai
0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2024-07-04 4:50 UTC (permalink / raw)
To: 71933; +Cc: Andy Tai
* gnu/packages/dbm.scm (gdbm): Update to 1.24.
Change-Id: I2ce12fb647501be3b2629b8eb36c123638767e75
---
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 19a1b503cf..d3aecf6a71 100644
--- a/gnu/packages/dbm.scm
+++ b/gnu/packages/dbm.scm
@@ -167,14 +167,14 @@ (define-public bdb bdb-6)
(define-public gdbm
(package
(name "gdbm")
- (version "1.23")
+ (version "1.24")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gdbm/gdbm-"
version ".tar.gz"))
(sha256
(base32
- "1kfapds42j1sjq6wl7fygipw5904wpbfa5kwppj3mwgz44fhicbl"))))
+ "1gwd5cyp4jblwm1wkzm48dwiifgxdizbq41r2czm2qzpzlkrhpk9"))))
(arguments `(#:configure-flags '("--enable-libgdbm-compat"
"--disable-static")))
(build-system gnu-build-system)
base-commit: 9014b27480a1fafc643feb97db9c7efff74294ba
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#71933] [PATCH v2] gnu: gdbm: Update to 1.24.
2024-07-04 4:50 [bug#71933] [PATCH] gnu: gdbm: Update to 1.24 Andy Tai
@ 2024-08-19 5:11 ` Andy Tai
0 siblings, 0 replies; 2+ messages in thread
From: Andy Tai @ 2024-08-19 5:11 UTC (permalink / raw)
To: 71933; +Cc: Andy Tai
* gnu/packages/dbm.scm (gdbm): Update to 1.24.
Change-Id: I2ce12fb647501be3b2629b8eb36c123638767e75
---
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 19a1b503cf..d3aecf6a71 100644
--- a/gnu/packages/dbm.scm
+++ b/gnu/packages/dbm.scm
@@ -167,14 +167,14 @@ (define-public bdb bdb-6)
(define-public gdbm
(package
(name "gdbm")
- (version "1.23")
+ (version "1.24")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gdbm/gdbm-"
version ".tar.gz"))
(sha256
(base32
- "1kfapds42j1sjq6wl7fygipw5904wpbfa5kwppj3mwgz44fhicbl"))))
+ "1gwd5cyp4jblwm1wkzm48dwiifgxdizbq41r2czm2qzpzlkrhpk9"))))
(arguments `(#:configure-flags '("--enable-libgdbm-compat"
"--disable-static")))
(build-system gnu-build-system)
base-commit: 58a839273d1e4fac2b3a0ec456aabdf82deaa124
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-19 5:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-04 4:50 [bug#71933] [PATCH] gnu: gdbm: Update to 1.24 Andy Tai
2024-08-19 5:11 ` [bug#71933] [PATCH v2] " Andy Tai
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).