guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: lmdb: Update to 0.9.25.


From: guix-commits
Subject: 01/08: gnu: lmdb: Update to 0.9.25.
Date: Mon, 1 Jun 2020 18:29:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8fc6059b024a42f73cc0203ce62a7baf0d64763c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 2 00:28:09 2020 +0200

    gnu: lmdb: Update to 0.9.25.
    
    * gnu/packages/databases.scm (lmdb): Update to 0.9.25.
    [source]: Fetch from OpenLDAP repository.
---
 gnu/packages/databases.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index ba15260..a73ac80 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2078,16 +2078,16 @@ database.")
 (define-public lmdb
   (package
     (name "lmdb")
-    (version "0.9.24")
+    (version "0.9.25")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/LMDB/lmdb.git";)
+             (url "https://git.openldap.org/openldap/openldap.git";)
              (commit (string-append "LMDB_" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "088q6m8fvr12w43s461h7cvpg5hj8csaqj6n9pci150dz7bk5lxm"))))
+        (base32 "0i60zlca8r6fib23gdgl4c80gxpx24772ggpvz94yr7zaai4k11w"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

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