gnu: lmdb: Update to 0.9.21.
* gnu/packages/databases.scm (lmdb): Update to 0.9.21.
This commit is contained in:
parent
a3f8aae4a1
commit
603fd6b9a1
|
@ -1334,14 +1334,14 @@ trees (LSM), for sustained throughput under random insert workloads.")
|
||||||
(define-public lmdb
|
(define-public lmdb
|
||||||
(package
|
(package
|
||||||
(name "lmdb")
|
(name "lmdb")
|
||||||
(version "0.9.18")
|
(version "0.9.21")
|
||||||
(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
|
||||||
"12crvzxky8in99ibh22k4ppmkgqs28yy3v7yy944za7fsrqv8dfx"))))
|
"0ndmj07hkm2ic60z1f4rdscxs7pq45hk9fibjyv5nhfclhsvd1qi"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
|
|
Loading…
Reference in New Issue