diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-18 22:43:55 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-18 23:54:55 +0200 |
commit | ade5a616779a733a09a82e8b2eca494fbdc30495 (patch) | |
tree | c9957e8476a61c48400a39636d89f075d7eca4a0 /gnu | |
parent | 108c2257dc8e7b5f026425a2465de41451c54606 (diff) |
gnu: python-lmdb: Update to 0.99.
* gnu/packages/databases.scm (python-lmdb): Update to 0.99.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/databases.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 452260f489..d3220c67d8 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -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. |