guix-commits
[Top][All Lists]
Advanced

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

14/19: gnu: ldb: Update to 2.6.1.


From: guix-commits
Subject: 14/19: gnu: ldb: Update to 2.6.1.
Date: Fri, 16 Sep 2022 16:45:32 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit bbc99d0c23989ef183aa6a478ae9b233a991d2a0
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Sep 16 19:49:52 2022 +0200

    gnu: ldb: Update to 2.6.1.
    
    * gnu/packages/samba.scm (ldb): Update to 2.6.1.
---
 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 a0cdbcde7b..27e244ef7b 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -406,14 +406,14 @@ many event types, including timers, signals, and the 
classic file descriptor eve
 (define-public ldb
   (package
     (name "ldb")
-    (version "2.4.1")
+    (version "2.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.samba.org/ftp/ldb/ldb-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "13yd7lavbx8bxwnmzl0j7xnl2gl4wmnn0q9g7n3y7bvbnhm07hb9"))
+                "1j9n2yzhd35xjh0mdfgym58xfbma1d27bcavjv1q4rzqgpvh6x26"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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