GNU bug report logs - #74464
[PATCH] gnu: buildah: Update to 1.38.0.

Previous Next

Package: guix-patches;

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

Date: Thu, 21 Nov 2024 14:09:02 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

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: Z572 <zhengjunjie <at> iscas.ac.cn>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#74464: closed ([PATCH] gnu: buildah: Update to 1.38.0.)
Date: Sun, 24 Nov 2024 01:14:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 24 Nov 2024 09:12:54 +0800
with message-id <87ed315t9l.fsf <at> iscas.ac.cn>
and subject line Re: [bug#74464] [PATCH] gnu: buildah: Update to 1.38.0.
has caused the debbugs.gnu.org bug report #74464,
regarding [PATCH] gnu: buildah: Update to 1.38.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
74464: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74464
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (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.38.0.
Date: Thu, 21 Nov 2024 15:08:11 +0100
* gnu/packages/containers.scm (buildah): Update to 1.38.0.
<native-inputs>: Use go-1.22.

Change-Id: I4a36345f91fde84fdbf5b4ef4cd5dc2749c90327
---
 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 adae2f5bfc..c883592be6 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -606,7 +606,7 @@ (define-public podman-compose
 (define-public buildah
   (package
     (name "buildah")
-    (version "1.37.5")
+    (version "1.38.0")
     (source
      (origin
        (method git-fetch)
@@ -614,7 +614,7 @@ (define-public buildah
              (url "https://github.com/containers/buildah")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "0m15pizivwwq2cnmsyhsz5h8zblcvpy06lj82vypg358spq3y0l4"))
+        (base32 "1lnl5v8d5p4g0rm4d90rw4hdh066w7v8r9g1h0v1z533mbgxgry8"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
@@ -684,7 +684,7 @@ (define-public buildah
                   lvm2))
     (native-inputs
      (list bats
-           go-1.21
+           go-1.22
            go-github-com-go-md2man
            pkg-config))
     (synopsis "Build @acronym{OCI, Open Container Initiative} images")
-- 
2.46.0



[Message part 3 (message/rfc822, inline)]
From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Tomas Volf <~@wolfsden.cz>
Cc: 74464-done <at> debbugs.gnu.org
Subject: Re: [bug#74464] [PATCH] gnu: buildah: Update to 1.38.0.
Date: Sun, 24 Nov 2024 09:12:54 +0800
[Message part 4 (text/plain, inline)]
Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/containers.scm (buildah): Update to 1.38.0.
> <native-inputs>: Use go-1.22.

[native-inputs]: Use go-1.22.

>
> Change-Id: I4a36345f91fde84fdbf5b4ef4cd5dc2749c90327
> ---
>  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 adae2f5bfc..c883592be6 100644
> --- a/gnu/packages/containers.scm
> +++ b/gnu/packages/containers.scm
> @@ -606,7 +606,7 @@ (define-public podman-compose
>  (define-public buildah
>    (package
>      (name "buildah")
> -    (version "1.37.5")
> +    (version "1.38.0")
>      (source
>       (origin
>         (method git-fetch)
> @@ -614,7 +614,7 @@ (define-public buildah
>               (url "https://github.com/containers/buildah")
>               (commit (string-append "v" version))))
>         (sha256
> -        (base32 "0m15pizivwwq2cnmsyhsz5h8zblcvpy06lj82vypg358spq3y0l4"))
> +        (base32 "1lnl5v8d5p4g0rm4d90rw4hdh066w7v8r9g1h0v1z533mbgxgry8"))
>         (file-name (git-file-name name version))))
>      (build-system gnu-build-system)
>      (arguments
> @@ -684,7 +684,7 @@ (define-public buildah
>                    lvm2))
>      (native-inputs
>       (list bats
> -           go-1.21
> +           go-1.22
>             go-github-com-go-md2man
>             pkg-config))
>      (synopsis "Build @acronym{OCI, Open Container Initiative} images")
pushed, closing.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 234 days ago.

Previous Next


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