GNU bug report logs - #78091
[PATCH] gnu: buildah: Update to 1.40.0.

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Tomas Volf <~@wolfsden.cz>
Subject: bug#78091: closed (Re: [bug#78091] [PATCH] gnu: buildah: Update
 to 1.40.0.)
Date: Mon, 28 Apr 2025 07:23:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#78091: [PATCH] gnu: buildah: Update to 1.40.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 78091 <at> debbugs.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)]
From: Christopher Baines <mail <at> cbaines.net>
To: Tomas Volf <~@wolfsden.cz>
Cc: 78091-done <at> debbugs.gnu.org
Subject: Re: [bug#78091] [PATCH] gnu: buildah: Update to 1.40.0.
Date: Mon, 28 Apr 2025 08:22:49 +0100
[Message part 3 (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)]
[Message part 5 (message/rfc822, inline)]
From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] gnu: buildah: Update to 1.40.0.
Date: Sun, 27 Apr 2025 13:41:01 +0200
* 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




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.