gnu: lmdb: Update to 0.9.28.

* gnu/packages/databases.scm (lmdb): Update to 0.9.28.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-09 20:52:29 +01:00
parent cbb5b5c4d5
commit 5f299b4a31
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2493,7 +2493,7 @@ (define-public perl-db-file
(define-public lmdb
(package
(name "lmdb")
(version "0.9.27")
(version "0.9.28")
(source
(origin
(method git-fetch)
@ -2502,7 +2502,7 @@ (define-public lmdb
(commit (string-append "LMDB_" version))))
(file-name (git-file-name name version))
(sha256
(base32 "09xqqm8yjsf1gv4gd4llal48sms76hfhxadx6rik1j2g5v3d3f1k"))))
(base32 "012a8bs49cswsnzw7k4piis5b6dn4by85w7a7mai9i04xcjyy9as"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"