guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: ldb: Update to 1.1.27.


From: Efraim Flashner
Subject: 06/08: gnu: ldb: Update to 1.1.27.
Date: Sat, 8 Oct 2016 20:27:21 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 9917b5f0086a5136e2a28978da9d18a314ca1c11
Author: Efraim Flashner <address@hidden>
Date:   Sat Oct 8 22:25:01 2016 +0300

    gnu: ldb: Update to 1.1.27.
    
    * gnu/packages/samba.scm (ldb): Update to 1.1.27.
---
 gnu/packages/samba.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 96e7f4d..45fa47b 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -236,14 +236,14 @@ many event types, including timers, signals, and the 
classic file descriptor eve
 (define-public ldb
   (package
     (name "ldb")
-    (version "1.1.26")
+    (version "1.1.27")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.samba.org/ftp/ldb/ldb-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1rmjv12pf57vga8s5z9p9d90rlfckc1lqjbcp89r83cq5fkwfhw8"))))
+                "1b1mkl5p8swb67s9aswavhzswlib34hpgsv66zgns009paf2df6d"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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