gnu: python-lmdb: Update to 0.93.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 22 Oct 2017 13:57:30 +0000 (15:57 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 23 Oct 2017 12:49:32 +0000 (14:49 +0200)
* gnu/packages/databases.scm (python-lmdb): Update to 0.93.

gnu/packages/databases.scm

index 0dd5f53..991bb3d 100644 (file)
@@ -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.