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
This commit is contained in:
Janneke Nieuwenhuizen 2024-12-12 08:49:02 +01:00
parent 91be3addc8
commit 0e8bfd7842
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -15,6 +15,7 @@
;;; Copyright © 2022 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2022 Simon Streit <simon@netpanic.org>
;;; Copyright © 2024 Jordan Moore <lockbox@struct.foo>
;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@ -311,14 +312,14 @@ (define-public samba
(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