guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: ldb: Update to 2.4.0.


From: guix-commits
Subject: 06/06: gnu: ldb: Update to 2.4.0.
Date: Wed, 4 Aug 2021 09:42:00 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit a4c456c80c231696a2b020bf8c1977a90e5997d3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Aug 4 16:29:52 2021 +0300

    gnu: ldb: Update to 2.4.0.
    
    * gnu/packages/samba.scm (ldb): Update to 2.4.0.
---
 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 cb93dbf..359a345 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -384,14 +384,14 @@ many event types, including timers, signals, and the 
classic file descriptor eve
 (define-public ldb
   (package
     (name "ldb")
-    (version "1.5.6")
+    (version "2.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.samba.org/ftp/ldb/ldb-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0nwpkqidsna4yz3vhjzzadm4hpviwnyk80yml8ay82gi1d6lg0pz"))
+                "10rd1z2llqz8xdx6m7yyxb9a118gx2xxwri18bhkkab9n1w55rvn"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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