janneke pushed a commit to branch core-packages-team
in repository guix.
commit 179bc45877727e76041ba6a02b1e7077e6150a29
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Thu Dec 12 08:49:02 2024 +0100
gnu: talloc: Update to 2.4.2; fixes build with gcc-14.
* gnu/packages/samba.scm (talloc): Update to 2.4.2.
Change-Id: I63d3f1668c5b7a75161c1dc189c26635092c0b64
---
gnu/packages/samba.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 1c139a7671..1fe49da584 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -14,6 +14,7 @@
;;; Copyright © 2022 Guillaume Le Vaillant <[email protected]>
;;; Copyright © 2022 Maxime Devos <[email protected]>
;;; Copyright © 2022 Simon Streit <[email protected]>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -310,14 +311,14 @@ Desktops into Active Directory environments using the
winbind daemon.")
(define-public talloc
(package
(name "talloc")
- (version "2.3.4")
+ (version "2.4.2")
(source (origin
(method url-fetch)
(uri (string-append "https://www.samba.org/ftp/talloc/talloc-"
version ".tar.gz"))
(sha256
(base32
- "01b5pq39z1l26f86dy8jqb37fsjbvsvx5ji65jmy8rsy4sz9x7qp"))))
+ "19nqn6lygdwpfvc5g8jzany20hz126jfjlhajpwrh3z2cpjgkv45"))))
(build-system gnu-build-system)
(arguments
'(#:phases