guix_mirror_bot pushed a commit to branch sysadmin-team in repository guix.
commit 918b838a5e55cb1c3c5e263908aa9a186be28344 Author: Wilko Meyer <[email protected]> AuthorDate: Tue Jul 21 16:11:33 2026 +0200 gnu: talloc: Update to 2.4.4. * gnu/packages/samba.scm (talloc): Update to 2.4.4. Merges: https://codeberg.org/guix/guix/pulls/10088 Signed-off-by: Nguyễn Gia Phong <[email protected]> --- 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 9e786b0179..eb110ab851 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm @@ -426,14 +426,14 @@ Desktops into Active Directory environments using the winbind daemon.") (define-public talloc (package (name "talloc") - (version "2.4.2") + (version "2.4.4") (source (origin (method url-fetch) (uri (string-append "https://www.samba.org/ftp/talloc/talloc-" version ".tar.gz")) (sha256 (base32 - "19nqn6lygdwpfvc5g8jzany20hz126jfjlhajpwrh3z2cpjgkv45")))) + "0ndzgbkyc0v5cfcllw2y974b7yqgg0374kjlhls784wc06a7kr2m")))) (build-system gnu-build-system) (arguments '(#:phases
