janneke pushed a commit to branch core-packages-team in repository guix. commit daac242536239e1e0660471b6bd32ec0941a60ad Author: Janneke Nieuwenhuizen <jann...@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 6e2183f6af..d1bf2faca0 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