GNU bug report logs - #76075
[PATCH] gnu: buildah: Update to 1.39.0.

Previous Next

Package: guix-patches;

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

Date: Wed, 5 Feb 2025 18:35:01 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

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#76075: closed (Re: [bug#76075] [PATCH] gnu: buildah: Update
 to 1.39.0.)
Date: Fri, 07 Feb 2025 05:59:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#76075: [PATCH] gnu: buildah: Update to 1.39.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 76075 <at> debbugs.gnu.org.

-- 
76075: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76075
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Z572 <z572 <at> z572.online>
To: Tomas Volf <~@wolfsden.cz>
Cc: 76075-done <at> debbugs.gnu.org
Subject: Re: [bug#76075] [PATCH] gnu: buildah: Update to 1.39.0.
Date: Fri, 07 Feb 2025 13:58:51 +0800
[Message part 3 (text/plain, inline)]
Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/containers.scm (buildah): Update to 1.39.0.
>
> Change-Id: Ib03b1377b16de24fcf8811a125e84210bd1e1010
> ---
>  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 1f4d57cc7b..c0e4216a7e 100644
> --- a/gnu/packages/containers.scm
> +++ b/gnu/packages/containers.scm
> @@ -626,7 +626,7 @@ (define-public podman-compose
>  (define-public buildah
>    (package
>      (name "buildah")
> -    (version "1.38.1")
> +    (version "1.39.0")
>      (source
>       (origin
>         (method git-fetch)
> @@ -634,7 +634,7 @@ (define-public buildah
>               (url "https://github.com/containers/buildah")
>               (commit (string-append "v" version))))
>         (sha256
> -        (base32 "10bgdn154b0akmni27vasnpylvwk9anb1gj08g6n004di9chg7ds"))
> +        (base32 "02m91m5i12iwb801c6516ilbrhvn8ikrbcb109h55cf2h1grdf7m"))
>         (file-name (git-file-name name version))))
>      (build-system gnu-build-system)
>      (arguments
pushed, closing.
[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.0.
Date: Wed,  5 Feb 2025 19:34:28 +0100
* gnu/packages/containers.scm (buildah): Update to 1.39.0.

Change-Id: Ib03b1377b16de24fcf8811a125e84210bd1e1010
---
 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 1f4d57cc7b..c0e4216a7e 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -626,7 +626,7 @@ (define-public podman-compose
 (define-public buildah
   (package
     (name "buildah")
-    (version "1.38.1")
+    (version "1.39.0")
     (source
      (origin
        (method git-fetch)
@@ -634,7 +634,7 @@ (define-public buildah
              (url "https://github.com/containers/buildah")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "10bgdn154b0akmni27vasnpylvwk9anb1gj08g6n004di9chg7ds"))
+        (base32 "02m91m5i12iwb801c6516ilbrhvn8ikrbcb109h55cf2h1grdf7m"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
-- 
2.47.1




This bug report was last modified 161 days ago.

Previous Next


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