[PATCH] gnu: guile-lmdb: Update to 0.0.1-2.56a986f.

  • Done
  • quality assurance status badge
Details
2 participants
  • Artyom Bologov
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Artyom Bologov
Severity
normal

Debbugs page

Artyom Bologov wrote 11 months ago
(name . Guix patches)(address . guix-patches@gnu.org)
87jzkl2jzo.fsf@aartaka.me
Hi y'all,

This update guile-lmdb to the latest upstream version.
From e3700529b0544eeee7cdd0e7d6bdcc37f2ea590d Mon Sep 17 00:00:00 2001
From: Artyom Bologov <mail@aartaka.me>
Date: Fri, 26 Apr 2024 01:41:26 +0400
Subject: [PATCH] gnu: guile-lmdb: Update to 0.0.1-2.56a986f.

* gnu/packages/guile-xyz.scm (guile-lmdb): Update to 0.0.1-2.56a986f.
---
gnu/packages/guile-xyz.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

Toggle diff (35 lines)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 230e3ff856..fc01c5dce3 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2026,8 +2026,8 @@ (define-public guile-dbd-mysql
(license license:gpl2+)))
(define-public guile-lmdb
- (let ((commit "ea9aa1d4b13e03f9fd23ec73d8884f4fae79666b")
- (revision "1"))
+ (let ((commit "56a986f5db5b70b6bec3ba3e6c161267dd8fda29")
+ (revision "2"))
(package
(name "guile-lmdb")
(version (git-version "0.0.1" revision commit))
@@ -2039,7 +2039,7 @@ (define-public guile-lmdb
(file-name (git-file-name name version))
(sha256
(base32
- "1li92ldyjvbqkhqnkndgw0jk1avkzq9jkbmk8dqiby4na72sxi8k"))))
+ "1pzqgdm0dlz3v7nac1akpxrmxgbi2ycyxs7fnn3kba65424vigm7"))))
(build-system guile-build-system)
(arguments
(list
@@ -2064,6 +2064,8 @@ (define-public guile-lmdb
@code{call-with-wrapped-cursor} helpers and respective @code{with-} macros.
@item @code{for-cursor} procedure for cursor iteration.
@item @code{val} and @code{stat} types.
+@item @code{set-compare!} and @code{set-dupsort!} to configure entry
+sorting.
@item Error signaling instead of integer return values.
@end itemize")
(license license:gpl3+))))
--
2.41.0
Thanks,
--
Artyom Bologov
Maxim Cournoyer wrote 10 months ago
control message for bug #70575
(address . control@debbugs.gnu.org)
87cyq9czl2.fsf@gmail.com
close 70575
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 70575@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70575
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help