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>
To reply to this bug, email your comments to 78091 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#78091
; Package
guix-patches
.
(Sun, 27 Apr 2025 11:42:03 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, 27 Apr 2025 11:42:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Mon, 28 Apr 2025 07:23:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Tomas Volf <~@wolfsden.cz>
:
bug acknowledged by developer.
(Mon, 28 Apr 2025 07:23:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 78091-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.