1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 16:45:58 +02:00

gnu: python-lmdb: Update to 0.94.

* gnu/packages/databases.scm (python-lmdb): Update to 0.94.
This commit is contained in:
Tobias Geerinckx-Rice
2018-06-06 05:05:39 +02:00
parent fcf29a7fbb
commit 3b295d3f4b
+2 -2
View File
@@ -1931,13 +1931,13 @@ etc., and an SQL engine for performing simple SQL queries.")
(define-public python-lmdb
(package
(name "python-lmdb")
(version "0.93")
(version "0.94")
(source (origin
(method url-fetch)
(uri (pypi-uri "lmdb" version))
(sha256
(base32
"0xdpb298fyl68acadbwv5801wcwfpnhc7sm4bnrq1x4bd5dhhsql"))
"1zh38gvkqw1jm5105if6rr7ccbgyxr7k2rm5ygb9ab3bq82pyaww"))
(modules '((guix build utils)))
(snippet
;; Delete bundled lmdb source files.