guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: python-lmdb: Update to 0.99.


From: guix-commits
Subject: 04/07: gnu: python-lmdb: Update to 0.99.
Date: Tue, 18 Aug 2020 18:01:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ade5a616779a733a09a82e8b2eca494fbdc30495
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 18 22:43:55 2020 +0200

    gnu: python-lmdb: Update to 0.99.
    
    * gnu/packages/databases.scm (python-lmdb): Update to 0.99.
---
 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 452260f..d3220c6 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.



reply via email to

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