unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Artyom Bologov <mail@aartaka.me>
To: 70575@debbugs.gnu.org
Subject: [bug#70575] [PATCH] gnu: guile-lmdb: Update to 0.0.1-2.56a986f.
Date: Fri, 26 Apr 2024 01:46:06 +0400	[thread overview]
Message-ID: <87jzkl2jzo.fsf@aartaka.me> (raw)

[-- Attachment #1: Type: text/plain, Size: 67 bytes --]

Hi y'all,

This update guile-lmdb to the latest upstream version.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Update guile-lmdb to the latest version. --]
[-- Type: text/x-patch, Size: 1735 bytes --]

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(-)

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


[-- Attachment #3: Type: text/plain, Size: 27 bytes --]


Thanks,
--
Artyom Bologov

                 reply	other threads:[~2024-04-25 21:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=87jzkl2jzo.fsf@aartaka.me \
    --to=mail@aartaka.me \
    --cc=70575@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).