[PATCH] gnu: buildah: Update to 1.37.3.

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

Debbugs page

Tomas Volf wrote 6 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
076fa1563042c13164e40c85109b88ea1f7654ed.1727290978.git.~@wolfsden.cz
* gnu/packages/containers.scm (buildah): Update to 1.37.3.

Change-Id: I288ced933eede5fc7d79c5d2ac9655ceb82750a0
---
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 96fe4cccf4..2a7d170aac 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.1")
+ (version "1.37.3")
(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 "1c15djlnqiawrahcyp7nl7bsnj0nz60ngncbwbab09f28szfk61g"))
+ (base32 "1xwlkybqb4wvxki4c8sgp185jakwf052676gvma9jyv9ggb9fvgx"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
--
2.46.0
Zheng Junjie wrote 5 months ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 73482-done@debbugs.gnu.org)
87bk02etj0.fsf@iscas.ac.cn
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (30 lines)
> * gnu/packages/containers.scm (buildah): Update to 1.37.3.
>
> Change-Id: I288ced933eede5fc7d79c5d2ac9655ceb82750a0
> ---
> 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 96fe4cccf4..2a7d170aac 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.1")
> + (version "1.37.3")
> (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 "1c15djlnqiawrahcyp7nl7bsnj0nz60ngncbwbab09f28szfk61g"))
> + (base32 "1xwlkybqb4wvxki4c8sgp185jakwf052676gvma9jyv9ggb9fvgx"))
> (file-name (git-file-name name version))))
> (build-system gnu-build-system)
> (arguments

push, close.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmb9FAMACgkQO1qpk+Gi
3/CpwBAAux0ZU1gG7xmGzqI0gFTlCcTidIgbM075zKdDUsRQhFJ/pIOsMdGbB6Ko
8H4Pchd/tRnoRiRMM1hn7CGA+zFuURaPNf4HM6JvqDBEu/AyjNaXRX4PIjfwjVTs
eehmMfCPQ5UKWLL4V2+1tEaLXNd+4nJilAE6BKiB+sgzNomsE5wAkeaHkBoW7pik
pdUZUYhTuJ/J3eFb5nQYv27TWp9kpk6BE615PTIQzzwCxSHUrD0Kj2Dh9cuPj9BO
FUwiSscT45VdqcZzE70TrvhxpR4gKAzpNHCEMSE0pPSImFkWkbn9plNwAPNN7JqW
xqXabWwLWYNAPf82l2T4/WgY/O8md6yXtI56xHD52Gi1Js+Zz4+810iwqOOlDy4M
C2gUtldALvy9uiLJXgjwYMPApyGBPIA98I2jN3gC4j/U2xaasFo0+ck+rRo/VCSX
SoMQMfhcHUfEPu7g8mFEfEhgc3TyN//NvnTgFmz6X2ozUfouF+bj3xi7cGuocA3h
pIYFtdfD4MyQRgvCkwH2CTaBz5fPoqPNA+MgTPFtmyPxdWSOK6zUIjBL9dB9IkSd
p+fJ1ylIX7D/1Te1dihxNSb2grNQoQexrOVPFQsictYfBbSJsVa8VyFFq3O5WbY9
UIeRqwxoIGqH4PzA6j9ne8IyiBL9WKbJJxyRV1nJXuI4t6+b91w=
=y/WG
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 73482
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