gnu: lmdb: Update to 0.9.22.
* gnu/packages/databases.scm (lmdb): Update to 0.9.22.
This commit is contained in:
parent
36e8cfa19a
commit
f560acf8d9
|
@ -1687,14 +1687,14 @@ database. Various higher level database abstractions.")
|
||||||
(define-public lmdb
|
(define-public lmdb
|
||||||
(package
|
(package
|
||||||
(name "lmdb")
|
(name "lmdb")
|
||||||
(version "0.9.21")
|
(version "0.9.22")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/LMDB/lmdb/archive/"
|
(uri (string-append "https://github.com/LMDB/lmdb/archive/"
|
||||||
"LMDB_" version ".tar.gz"))
|
"LMDB_" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ndmj07hkm2ic60z1f4rdscxs7pq45hk9fibjyv5nhfclhsvd1qi"))))
|
"0a7a8535csrvw71mrgx680m5d17bnxmmhcccij30idifi1cpi4pk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
|
|
Loading…
Reference in New Issue