summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanneke Nieuwenhuizen <janneke@gnu.org>2024-12-12 08:49:02 +0100
committerAndreas Enge <andreas@enge.fr>2025-07-18 20:17:14 +0200
commit2e21c4bd6bf75c755dcec6a2d3eec93c424e8d29 (patch)
tree54e350f16b582b402d06e2a2df2f83d383a7036b
parent6c6a442ff6a82e06ef31e561a2bb3e5b34efc5e5 (diff)
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
-rw-r--r--gnu/packages/samba.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index b6d4b9d905..76de2ce60f 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -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 @@ 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