1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 11:01:48 +02:00

Merge branch 'master' into staging

This commit is contained in:
Marius Bakke
2020-11-26 01:08:35 +01:00
66 changed files with 1325 additions and 424 deletions
+2 -2
View File
@@ -2320,7 +2320,7 @@ database.")
(define-public lmdb
(package
(name "lmdb")
(version "0.9.26")
(version "0.9.27")
(source
(origin
(method git-fetch)
@@ -2329,7 +2329,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"