gnu: python-lmdb: Update to 0.99.

* gnu/packages/databases.scm (python-lmdb): Update to 0.99.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-18 22:43:55 +02:00
parent 108c2257dc
commit ade5a61677
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2450,13 +2450,13 @@ (define-public mdbtools
(define-public python-lmdb
(package
(name "python-lmdb")
(version "0.98")
(version "0.99")
(source (origin
(method url-fetch)
(uri (pypi-uri "lmdb" version))
(sha256
(base32
"027pgbdhhdcbwj53vrzr6a60gjhmz4s75gl3180fd4q8pwlbq986"))
"12fwlzfd82471ss9xzbqwcqc6f5miy51y72y2yya9j5cm9589szr"))
(modules '((guix build utils)))
(snippet
;; Delete bundled lmdb source files.