guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: ldb: Update to 1.4.0.


From: Marius Bakke
Subject: 01/06: gnu: ldb: Update to 1.4.0.
Date: Mon, 11 Jun 2018 12:15:58 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 4ee30d6aa287e82e1bfa96ae3931d1b8d0d33076
Author: Marius Bakke <address@hidden>
Date:   Thu May 31 15:34:41 2018 +0200

    gnu: ldb: Update to 1.4.0.
    
    * gnu/packages/samba.scm (ldb): Update to 1.4.0.
    [inputs]: Add LMDB.
---
 gnu/packages/samba.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 37576ee..32e37a5 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -342,14 +342,14 @@ many event types, including timers, signals, and the 
classic file descriptor eve
 (define-public ldb
   (package
     (name "ldb")
-    (version "1.3.3")
+    (version "1.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.samba.org/ftp/ldb/ldb-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "14gsrm7dvyjpbpnc60z75j6fz2p187abm2h353lq95kx2bv70c1b"))))
+                "1d591ny4j4s409s2afjv4fn7inqlclr0zlyclw3619rkbaixlzm8"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
@@ -372,7 +372,8 @@ many event types, including timers, signals, and the 
classic file descriptor eve
      `(("talloc" ,talloc)
        ("tdb" ,tdb)))
     (inputs
-     `(("popt" ,popt)
+     `(("lmdb" ,lmdb)
+       ("popt" ,popt)
        ("tevent" ,tevent)))
     (synopsis "LDAP-like embedded database")
     (home-page "https://ldb.samba.org/";)



reply via email to

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