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
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2336,7 +2336,7 @@ (define-public perl-db-file
(define-public lmdb
(package
(name "lmdb")
(version "0.9.26")
(version "0.9.27")
(source
(origin
(method git-fetch)
@ -2345,7 +2345,7 @@ (define-public lmdb
(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"