This is an automated email from the git hooks/post-receive script. janneke pushed a commit to branch core-packages-team in repository guix.
The following commit(s) were added to refs/heads/core-packages-team by this push: new 4ff0f20859 gnu: talloc: Update to 2.4.2; fixes build with gcc-14. 4ff0f20859 is described below commit 4ff0f20859d9d54c74635096390f59494acf6315 Author: Janneke Nieuwenhuizen <jann...@gnu.org> 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 <g...@posteo.net> ;;; Copyright © 2022 Maxime Devos <maximede...@telenet.be> ;;; Copyright © 2022 Simon Streit <si...@netpanic.org> +;;; Copyright © 2024 Janneke Nieuwenhuizen <jann...@gnu.org> ;;; ;;; 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