GNU bug report logs - #76628
[PATCH] gnu: buildah: Update to 1.39.1.

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Fri, 28 Feb 2025 02:00:03 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#76628: closed (Re: [bug#76628] [PATCH] gnu: buildah: Update
 to 1.39.1.)
Date: Sat, 01 Mar 2025 23:09:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#76628: [PATCH] gnu: buildah: Update to 1.39.1.

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 76628 <at> debbugs.gnu.org.

-- 
76628: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76628
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: 76628-done <at> debbugs.gnu.org
Subject: Re: [bug#76628] [PATCH] gnu: buildah: Update to 1.39.1.
Date: Sat, 01 Mar 2025 23:08:05 +0000
[Message part 3 (text/plain, inline)]
Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/containers.scm (buildah): Update to 1.39.1.
>
> Change-Id: I281d80aec5d5ae1f47366a870e209f09bab50a29
> ---
>  gnu/packages/containers.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, I've pushed this to master as
bc6638c14cdd2f69ac6b9ef755253059c141bd4e.

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.39.1.
Date: Fri, 28 Feb 2025 02:59:41 +0100
* gnu/packages/containers.scm (buildah): Update to 1.39.1.

Change-Id: I281d80aec5d5ae1f47366a870e209f09bab50a29
---
 gnu/packages/containers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index c44d0e0b47..0dc0f635a0 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.0")
+    (version "1.39.1")
     (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 "02m91m5i12iwb801c6516ilbrhvn8ikrbcb109h55cf2h1grdf7m"))
+        (base32 "1sx667g3j00vjj8h3lwf62vfa0ignw3k6gapc60wmhd8n3jxzw13"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
-- 
2.48.1




This bug report was last modified 83 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.