me
/
guix
Archived
1
0
Fork 0

gnu: python-lmdb: Update to 0.99.

* gnu/packages/databases.scm (python-lmdb): Update to 0.99.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -2450,13 +2450,13 @@ etc., and an SQL engine for performing simple SQL queries.")
(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.