1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-05 09:31:32 +02:00

gnu: python-lmdb: Update to 0.93.

* gnu/packages/databases.scm (python-lmdb): Update to 0.93.
This commit is contained in:
Tobias Geerinckx-Rice
2017-10-22 15:57:30 +02:00
parent afd845368a
commit 57af0d13b2
+2 -2
View File
@@ -1728,13 +1728,13 @@ etc., and an SQL engine for performing simple SQL queries.")
(define-public python-lmdb
(package
(name "python-lmdb")
(version "0.92")
(version "0.93")
(source (origin
(method url-fetch)
(uri (pypi-uri "lmdb" version))
(sha256
(base32
"01nw6r08jkipx6v92kw49z34wmwikrpvc5j9xawdiyg1n2526wrx"))
"0xdpb298fyl68acadbwv5801wcwfpnhc7sm4bnrq1x4bd5dhhsql"))
(modules '((guix build utils)))
(snippet
;; Delete bundled lmdb source files.