diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-22 15:57:30 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-23 14:49:32 +0200 |
commit | 57af0d13b2ff44dd152febfe8b96cd7c859b2844 (patch) | |
tree | b956f46846cce5f39617786a66b5c985e08b0987 | |
parent | afd845368af0c78e22850aaa067d5dc6bebd5f97 (diff) | |
download | patches-57af0d13b2ff44dd152febfe8b96cd7c859b2844.tar patches-57af0d13b2ff44dd152febfe8b96cd7c859b2844.tar.gz |
gnu: python-lmdb: Update to 0.93.
* gnu/packages/databases.scm (python-lmdb): Update to 0.93.
-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 0dd5f53d42..991bb3d692 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -1728,13 +1728,13 @@ etc., and an SQL engine for performing simple SQL queries.") (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. |