Skip to content
Snippets Groups Projects
Unverified Commit 603fd6b9 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: lmdb: Update to 0.9.21.

* gnu/packages/databases.scm (lmdb): Update to 0.9.21.
parent a3f8aae4
No related branches found
No related tags found
No related merge requests found
...@@ -1334,14 +1334,14 @@ (define-public perl-db-file ...@@ -1334,14 +1334,14 @@ (define-public perl-db-file
(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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment