From: Andy Tai <atai@atai.org>
To: 71933@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#71933] [PATCH] gnu: gdbm: Update to 1.24.
Date: Wed, 3 Jul 2024 21:50:02 -0700 [thread overview]
Message-ID: <9656c2dd5c1890fde3e326f9a99e3eeabc6814ef.1720068576.git.atai@atai.org> (raw)
* 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
next reply other threads:[~2024-07-04 4:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-04 4:50 Andy Tai [this message]
2024-08-19 5:11 ` [bug#71933] [PATCH v2] gnu: gdbm: Update to 1.24 Andy Tai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9656c2dd5c1890fde3e326f9a99e3eeabc6814ef.1720068576.git.atai@atai.org \
--to=atai@atai.org \
--cc=71933@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).