[PATCH] gnu: buildah: Update to 1.39.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Z572
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 16 hours ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
8f1c89cc3a29928bade6ecbbc814c060cf83d6c1.1741724684.git.~@wolfsden.cz
* gnu/packages/containers.scm (buildah): Update to 1.39.2.

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

Toggle diff (24 lines)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 980ca2a9ed..fc55343d2f 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.1")
+ (version "1.39.2")
(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 "1sx667g3j00vjj8h3lwf62vfa0ignw3k6gapc60wmhd8n3jxzw13"))
+ (base32 "0b16zhsf9g863wxjvqyapb6wa8dr6r1rwrpffy6hf98fnq38jyh8"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
--
2.48.1
Z572 wrote 115 minutes ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 76957-done@debbugs.gnu.org)
87msdqa7lh.fsf@z572.online
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (29 lines)
> * gnu/packages/containers.scm (buildah): Update to 1.39.2.
>
> Change-Id: I9cfe18de7e14b303645b9d2c0aa8ebe3deb36220
> ---
> 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 980ca2a9ed..fc55343d2f 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.1")
> + (version "1.39.2")
> (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 "1sx667g3j00vjj8h3lwf62vfa0ignw3k6gapc60wmhd8n3jxzw13"))
> + (base32 "0b16zhsf9g863wxjvqyapb6wa8dr6r1rwrpffy6hf98fnq38jyh8"))
> (file-name (git-file-name name version))))
> (build-system gnu-build-system)
> (arguments
pushed, closing.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmfRXAoACgkQO1qpk+Gi
3/DRThAAuW1B3wnmfrybik3nUsP5vlg7u0+lcJg2gKNXXi4fiLnBpdEl7wYN8omk
d+O0J4PayPPl47SZki96Upv985SPEPaUKKtQQDfiwBCN8ayYRc9+v0d4fbBReHQw
BgXZvn9QQZyPIrPZcsNPG8PvPQQLYKwXIe3QQuZy6A+ATaHARB+6ZMjr4nP+1o4c
7vAhoRbiUm8wFu+fR4IwCi8qhDFTdicHEOZYKy/XvK0ha6ZExyV2zSHRFM5ZGG7F
63G8vJgCDZUrWm9WAq3maIuRqdi9dQSKUnewC5mxvJWRjQfyanUQi3uI/kfaujjM
TBdOHpKNbWmCzbRFRI0aB/bhQAgT+uL3BbcuaBBO33Xfr366SBTUkEYY1GYyhqsV
3nXi2giOmVcugvmvE8FlFVeN5CFKPDDMFsHDTTWbGTiL3o3DoNdcBLcYJVs/fInt
Dghua1fAZfTRP0mGffOJcKLQJOR3EHD4J0Zy2feNQWAZYqVDeGCzoZa6dKvNWPb+
6YTv+4JVY0stsPdRzR7wfMvhGjRK1NTeCEew8rbL9fa/0AHvpPYlG2r0ScTtUhJL
9WsH+jfqMTYdvK1fBt359RLsj/074fC9AzyFkZ5EGkCZXCUhwiJKNKlU7Ko950oM
pknDYqVLMZ0xofuFBmWnFNssAwIUUhnUrFtcbWFBE00kpsPwuBU=
=DDoQ
-----END PGP SIGNATURE-----

Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76957@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76957
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help