[PATCH] gnu: buildah: Update to 1.37.5.

  • 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 5 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
cfc3ac9ee4d0fa3e51b6b866924ea454bb97246f.1729641646.git.~@wolfsden.cz
* gnu/packages/containers.scm (buildah): Update to 1.37.5.

Change-Id: I90cd6ed586a7c0a87c7cf6c269ebd729afdaf909
---
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 891e7339e7..f312a6f5ff 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.4")
+ (version "1.37.5")
(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 "1zh1qpwdq3zgb1vw3076v13nf7ipsc7v849z4amiaqv94par43dr"))
+ (base32 "0m15pizivwwq2cnmsyhsz5h8zblcvpy06lj82vypg358spq3y0l4"))
(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 . 73958-done@debbugs.gnu.org)
874j52kdh2.fsf@iscas.ac.cn
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (30 lines)
> * gnu/packages/containers.scm (buildah): Update to 1.37.5.
>
> Change-Id: I90cd6ed586a7c0a87c7cf6c269ebd729afdaf909
> ---
> 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 891e7339e7..f312a6f5ff 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.4")
> + (version "1.37.5")
> (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 "1zh1qpwdq3zgb1vw3076v13nf7ipsc7v849z4amiaqv94par43dr"))
> + (base32 "0m15pizivwwq2cnmsyhsz5h8zblcvpy06lj82vypg358spq3y0l4"))
> (file-name (git-file-name name version))))
> (build-system gnu-build-system)
> (arguments

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

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmcZH8kACgkQO1qpk+Gi
3/DBVBAAgvLfg1kV1MiILaEP7Rd8GIgtDoTDad+5T6eNmXVvPLc+dLOtONFYzF4p
JCta4yltVHeF9w3HqxnQXd9K8LH9D5K4E3Z+H3o/6gZeina0/oBr/q6/xK5YL7S4
LePndFM/TtDNEwnPXXMENjAizwtvw2VO5t/C5/rKSv2YczrjhDRkIMCRFTdOumiS
0OFbYALS9A48MHWJ7F0JaBMFyAHnQ0FztoMM0xbtjUBDgDbqpAoIrl9HdgfWUVB3
1DoWFwpZyGoj0XC3LmnZJnAKLmz6EJwk3/YRhTQZu9z16zGZnswoCNZeWlRlVk/8
85KXNqCgUrtqaLJ/Q2YEPWe4o3vIilNd17etEQtp0IxhOZ72ktA6O9FOefmlH2W6
LOX2FL/Lhvr1Msny2E5TN5AZqqQHBgD7bzRzUoJ9CcfXLPBoQym60kA2U7G0wZ/x
F2ZF2iB0XS7dPRVmxRVg0byjTViNXVdP+IsUUN4XWVD44pyY0ouxNZHaRqLnPGFB
ieAC/mjHQL54+F07lvsNzRQIxlkWr8eg3VEx4uPbinMj0RBGLAWxPm/Domgm2cne
lor5vdND4kXqbg0mVpRdw2PlRMy7gDz6D3Vh7kakm8FluENwbtwfodM0YSvOQXQ0
2Hmf/XQjP05qjc0JZ/jWW77yaI9hUqWTWFjlBp6sWd2wUu93pek=
=dzB7
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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