1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 13:31:16 +02:00

gnu: lmdb: Update to 0.9.27.

* gnu/packages/databases.scm (lmdb): Update to 0.9.27.
This commit is contained in:
Tobias Geerinckx-Rice
2020-11-25 22:39:22 +01:00
parent 8da64e9bf9
commit 09306c74fa

View File

@@ -2336,7 +2336,7 @@ database.")
(define-public lmdb
(package
(name "lmdb")
(version "0.9.26")
(version "0.9.27")
(source
(origin
(method git-fetch)
@@ -2345,7 +2345,7 @@ database.")
(commit (string-append "LMDB_" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0323xwb2rqyrr9vr6gbxc2kl89drhqw0ifmyh9pg9qgqmymyhxdx"))))
(base32 "09xqqm8yjsf1gv4gd4llal48sms76hfhxadx6rik1j2g5v3d3f1k"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"