guix-commits
[Top][All Lists]
Advanced

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

55/216: gnu: ldb: Update to 2.9.2; fixes build with gcc-14.


From: guix-commits
Subject: 55/216: gnu: ldb: Update to 2.9.2; fixes build with gcc-14.
Date: Sat, 4 Jan 2025 07:27:16 -0500 (EST)

janneke pushed a commit to branch core-packages-team
in repository guix.

commit ad8e2036c243ce9b619c5809738e50b258341ae1
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 12 10:42:36 2024 +0100

    gnu: ldb: Update to 2.9.2; fixes build with gcc-14.
    
    * gnu/packages/samba.scm (ldb): Update to 2.9.2.
    
    Change-Id: I43f6b831e2603d106aefbc9e9a5718d35efe23f2
---
 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 c8b4d60b5f..4c0a2f05b7 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -429,14 +429,14 @@ many event types, including timers, signals, and the 
classic file descriptor eve
 (define-public ldb
   (package
     (name "ldb")
-    (version "2.6.1")
+    (version "2.9.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.samba.org/ftp/ldb/ldb-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1j9n2yzhd35xjh0mdfgym58xfbma1d27bcavjv1q4rzqgpvh6x26"))
+                "1h6bsswcbpia86b6xzgf785m4biz06qzhhl67lfbp7f70908hmfi"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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