mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: guile-lmdb: Update to 0.0.1-2.56a986f.
* gnu/packages/guile-xyz.scm (guile-lmdb): Update to 0.0.1-2.56a986f. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
9e719107aa
commit
1028e6a00e
1 changed files with 5 additions and 3 deletions
|
@ -2026,8 +2026,8 @@ (define-public guile-dbd-mysql
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public guile-lmdb
|
(define-public guile-lmdb
|
||||||
(let ((commit "ea9aa1d4b13e03f9fd23ec73d8884f4fae79666b")
|
(let ((commit "56a986f5db5b70b6bec3ba3e6c161267dd8fda29")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "guile-lmdb")
|
(name "guile-lmdb")
|
||||||
(version (git-version "0.0.1" revision commit))
|
(version (git-version "0.0.1" revision commit))
|
||||||
|
@ -2039,7 +2039,7 @@ (define-public guile-lmdb
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1li92ldyjvbqkhqnkndgw0jk1avkzq9jkbmk8dqiby4na72sxi8k"))))
|
"1pzqgdm0dlz3v7nac1akpxrmxgbi2ycyxs7fnn3kba65424vigm7"))))
|
||||||
(build-system guile-build-system)
|
(build-system guile-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -2064,6 +2064,8 @@ (define-public guile-lmdb
|
||||||
@code{call-with-wrapped-cursor} helpers and respective @code{with-} macros.
|
@code{call-with-wrapped-cursor} helpers and respective @code{with-} macros.
|
||||||
@item @code{for-cursor} procedure for cursor iteration.
|
@item @code{for-cursor} procedure for cursor iteration.
|
||||||
@item @code{val} and @code{stat} types.
|
@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.
|
@item Error signaling instead of integer return values.
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
Loading…
Reference in a new issue