GNU bug report logs -
#78091
[PATCH] gnu: buildah: Update to 1.40.0.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Sun, 27 Apr 2025 11:42:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 28 Apr 2025 08:22:49 +0100
with message-id <87o6wgbvhy.fsf <at> cbaines.net>
and subject line Re: [bug#78091] [PATCH] gnu: buildah: Update to 1.40.0.
has caused the debbugs.gnu.org bug report #78091,
regarding [PATCH] gnu: buildah: Update to 1.40.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
78091: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78091
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/containers.scm (buildah)[version]: Update to 1.40.0.
[native-inputs]: Use go-1.23.
Change-Id: Ibeaf798bc0096744bec99e810ed9b4e476022ae8
---
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 cc5a3a82f0..91203df4c2 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -627,7 +627,7 @@ (define-public podman-compose
(define-public buildah
(package
(name "buildah")
- (version "1.39.4")
+ (version "1.40.0")
(source
(origin
(method git-fetch)
@@ -635,7 +635,7 @@ (define-public buildah
(url "https://github.com/containers/buildah")
(commit (string-append "v" version))))
(sha256
- (base32 "1jkkf3jk1i0df279c1si6h81dcrkind9cwifsxidv1yx57sysvzn"))
+ (base32 "0k2fdz2cqz0zj6cih32saa1wl7rcf6hqnpf0afmxgy68pinzq2g2"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -701,7 +701,7 @@ (define-public buildah
lvm2))
(native-inputs
(list bats
- go-1.22
+ go-1.23
go-github-com-go-md2man
pkg-config))
(synopsis "Build @acronym{OCI, Open Container Initiative} images")
--
2.49.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Tomas Volf <~@wolfsden.cz> writes:
> * gnu/packages/containers.scm (buildah)[version]: Update to 1.40.0.
> [native-inputs]: Use go-1.23.
>
> Change-Id: Ibeaf798bc0096744bec99e810ed9b4e476022ae8
> ---
> gnu/packages/containers.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Thanks for the patch, I've pushed this to master as
dca198548cf6b63d7f92c973d36bbedd8af3201e.
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 21 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.