guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: python-lmdb: Update to 0.95.


From: guix-commits
Subject: 02/05: gnu: python-lmdb: Update to 0.95.
Date: Fri, 21 Jun 2019 19:02:43 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6263202ba2b208ca1bb5345aab62e05ac3d792f0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jun 22 00:28:26 2019 +0200

    gnu: python-lmdb: Update to 0.95.
    
    * gnu/packages/databases.scm (python-lmdb): Update to 0.95.
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index acffc56..8da4ed9 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2150,13 +2150,13 @@ etc., and an SQL engine for performing simple SQL 
queries.")
 (define-public python-lmdb
   (package
     (name "python-lmdb")
-    (version "0.94")
+    (version "0.95")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "lmdb" version))
               (sha256
                (base32
-                "1zh38gvkqw1jm5105if6rr7ccbgyxr7k2rm5ygb9ab3bq82pyaww"))
+                "0nx9f193gzl33r1lbqhb96h1igya7pz8wmahr8m9x5zgc05hal91"))
               (modules '((guix build utils)))
               (snippet
                ;; Delete bundled lmdb source files.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]