This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b4e9155cd1 gnu: buildah: Update to 1.42.1.
b4e9155cd1 is described below
commit b4e9155cd117c38e833380aa1aefcda8d5415278
Author: Tomas Volf <[email protected]>
AuthorDate: Mon Dec 1 00:16:47 2025 +0100
gnu: buildah: Update to 1.42.1.
* gnu/packages/containers.scm (buildah): Update to 1.42.1.
[native-inputs]: Replace go-1.23 by go-1.24.
Change-Id: Iedd79d9b2ad05cc0a8a40a314133b292e0c27233
---
gnu/packages/containers.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index fdfd4c50ba..d11cb8dfd0 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -729,7 +729,7 @@ being rootless and not requiring any daemon to be running.")
(define-public buildah
(package
(name "buildah")
- (version "1.41.4")
+ (version "1.42.1")
(source
(origin
(method git-fetch)
@@ -737,7 +737,7 @@ being rootless and not requiring any daemon to be running.")
(url "https://github.com/containers/buildah")
(commit (string-append "v" version))))
(sha256
- (base32 "0gca1zv98c58z6c06ckgg63mm2305b1qzavxfmlgmj8s4f72g3zh"))
+ (base32 "1agblw09yw4pc81c2nsjy3j83gznn4micyjyrgpqxlmp93w5w5h0"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -802,7 +802,7 @@ being rootless and not requiring any daemon to be running.")
lvm2))
(native-inputs
(list bats
- go-1.23
+ go-1.24
go-md2man
pkg-config))
(synopsis "Build @acronym{OCI, Open Container Initiative} images")