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
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1728,13 +1728,13 @@ (define-public mdbtools
(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.