gnu: python-lmdb: Update to 0.98.

* gnu/packages/databases.scm (python-lmdb): Update to 0.98.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-20 18:35:49 +02:00
parent 26aa1fd230
commit b7dfd579c1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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