guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: ldb: Update to 1.1.26.


From: Efraim Flashner
Subject: 04/05: gnu: ldb: Update to 1.1.26.
Date: Sun, 10 Jul 2016 03:49:04 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit e9fd10a83bc5aa799fac058bab0463361923e632
Author: Efraim Flashner <address@hidden>
Date:   Sat Jul 9 23:54:01 2016 +0300

    gnu: ldb: Update to 1.1.26.
    
    * gnu/packages/samba.scm (ldb): Update to 1.1.26.
---
 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 bc96871..9f0b57c 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -237,14 +237,14 @@ many event types, including timers, signals, and the 
classic file descriptor eve
 (define-public ldb
   (package
     (name "ldb")
-    (version "1.1.24")
+    (version "1.1.26")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.samba.org/ftp/ldb/ldb-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "08ab66qzigfsfxqdvp6lx1knwsl3sqsww309xbq17l7hfcjgbsa5"))))
+                "1rmjv12pf57vga8s5z9p9d90rlfckc1lqjbcp89r83cq5fkwfhw8"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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