GNU bug report logs -
#79920
[PATCH] gnu: buildah: Update to 1.42.1.
Previous Next
To reply to this bug, email your comments to 79920 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org:
bug#79920; Package
guix-patches.
(Sun, 30 Nov 2025 23:18:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tomas Volf <~@wolfsden.cz>:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org.
(Sun, 30 Nov 2025 23:18:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/containers.scm (buildah): Update to 1.42.1.
[native-inputs]: Use go-1.24.
---
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 fe549f09a54..d2da11dd7a9 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -728,7 +728,7 @@ (define-public podman-compose
(define-public buildah
(package
(name "buildah")
- (version "1.41.4")
+ (version "1.42.1")
(source
(origin
(method git-fetch)
@@ -736,7 +736,7 @@ (define-public buildah
(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
@@ -801,7 +801,7 @@ (define-public buildah
lvm2))
(native-inputs
(list bats
- go-1.23
+ go-1.24
go-md2man
pkg-config))
(synopsis "Build @acronym{OCI, Open Container Initiative} images")
--
2.51.2
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.