all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#70135] [PATCH] gnu: guile-lmdb: Update to 0.0.1-1.ea9aa1d.
@ 2024-04-01 23:37 Artyom Bologov
  2024-04-04 11:29 ` bug#70135: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom Bologov @ 2024-04-01 23:37 UTC (permalink / raw)
  To: 70135

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

Hi y'all,

This patch (attached to the message) updates guile-lmdb to the latest
upstream commit.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Update guile-lmdb --]
[-- Type: text/x-patch, Size: 1861 bytes --]

From 2e062b474aa329d3f98038c5dea82ea100142ddf Mon Sep 17 00:00:00 2001
From: Artyom Bologov <mail@aartaka.me>
Date: Tue, 2 Apr 2024 03:34:34 +0400
Subject: [PATCH] gnu: guile-lmdb: Update to 0.0.1-1.ea9aa1d.

* gnu/packages/guile-xyz.scm (guile-lmdb): Update to 0.0.1-1.ea9aa1d.
---
 gnu/packages/guile-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index f52037daa9..94910db5f9 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2025,8 +2025,8 @@ (define-public guile-dbd-mysql
     (license license:gpl2+)))
 
 (define-public guile-lmdb
-  (let ((commit "438143ca9ba157faec6f4c2740092c31c733fbfe")
-        (revision "0"))
+  (let ((commit "ea9aa1d4b13e03f9fd23ec73d8884f4fae79666b")
+        (revision "1"))
     (package
       (name "guile-lmdb")
       (version (git-version "0.0.1" revision commit))
@@ -2038,7 +2038,7 @@ (define-public guile-lmdb
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0p43c8ppbhzpi944in0z2jqr7acl8pm7s1x0p5f0idqda6n6f828"))))
+                  "1li92ldyjvbqkhqnkndgw0jk1avkzq9jkbmk8dqiby4na72sxi8k"))))
       (build-system guile-build-system)
       (arguments
        (list
@@ -2059,7 +2059,8 @@ (define-public guile-lmdb
 Most names are the same as LMDB ones, except for prefix absence.
 Several conveniences are added on top:
 @itemize
-@item @code{call-with-env-and-txn} and @code{call-with-cursor} wrappers.
+@item @code{call-with-env-and-txn}, @code{call-with-cursor}, and
+@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 Error signaling instead of integer return values.
-- 
2.41.0


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


Thanks,
--
Artyom Bologov

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#70135: [PATCH] gnu: guile-lmdb: Update to 0.0.1-1.ea9aa1d.
  2024-04-01 23:37 [bug#70135] [PATCH] gnu: guile-lmdb: Update to 0.0.1-1.ea9aa1d Artyom Bologov
@ 2024-04-04 11:29 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-04-04 11:29 UTC (permalink / raw)
  To: 70135-done

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


Pushed as 031f4fabc12fd97ba9769d2a00f78c6d42c5a724 to master.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-04 11:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-01 23:37 [bug#70135] [PATCH] gnu: guile-lmdb: Update to 0.0.1-1.ea9aa1d Artyom Bologov
2024-04-04 11:29 ` bug#70135: " Sharlatan Hellseher

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.