guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: ldb: Update to 1.6.2.


From: guix-commits
Subject: 04/10: gnu: ldb: Update to 1.6.2.
Date: Sat, 2 Mar 2019 16:25:01 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 4422a8c60eef95b2460b462c1493d74433e29d5c
Author: Marius Bakke <address@hidden>
Date:   Sat Mar 2 15:05:05 2019 +0100

    gnu: ldb: Update to 1.6.2.
    
    * gnu/packages/samba.scm (ldb): Update to 1.6.2.
    [native-inputs]: Change from PYTHON-2 to PYTHON.  Add WHICH.
---
 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 44519dd..d90d12e 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -344,14 +344,14 @@ many event types, including timers, signals, and the 
classic file descriptor eve
 (define-public ldb
   (package
     (name "ldb")
-    (version "1.4.3")
+    (version "1.6.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.samba.org/ftp/ldb/ldb-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "07vacwr941y2x31yl9knsr2rpffz5pqabvqds6sbyngqxy4r785c"))
+                "1kiwlra6nfkb5n870k2db41jrm59bq9lxqmil4v7ignblgsdfdwb"))
               (modules '((guix build utils)))
               (snippet
                '(begin
@@ -381,7 +381,8 @@ many event types, including timers, signals, and the 
classic file descriptor eve
     (native-inputs
      `(("cmocka" ,cmocka)
        ("pkg-config" ,pkg-config)
-       ("python" ,python-2)))
+       ("python" ,python)
+       ("which" ,which)))
     (propagated-inputs
      ;; ldb.pc refers to all these.
      `(("talloc" ,talloc)



reply via email to

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