me
/
guix
Archived
1
0
Fork 0

gnu: lmdb: Update to 0.9.25.

* gnu/packages/databases.scm (lmdb): Update to 0.9.25.
[source]: Fetch from OpenLDAP repository.
master
Tobias Geerinckx-Rice 2020-06-02 00:28:09 +02:00
parent d4ad8fd398
commit 8fc6059b02
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -2078,16 +2078,16 @@ database.")
(define-public lmdb
(package
(name "lmdb")
(version "0.9.24")
(version "0.9.25")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/LMDB/lmdb.git")
(url "https://git.openldap.org/openldap/openldap.git")
(commit (string-append "LMDB_" version))))
(file-name (git-file-name name version))
(sha256
(base32 "088q6m8fvr12w43s461h7cvpg5hj8csaqj6n9pci150dz7bk5lxm"))))
(base32 "0i60zlca8r6fib23gdgl4c80gxpx24772ggpvz94yr7zaai4k11w"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"