[PATCH] gnu: buildah: Update to 1.37.4.

  • 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)
a9d3613da222558cfd44e67ffb90245aed35c745.1728424582.git.~@wolfsden.cz
* gnu/packages/containers.scm (buildah): Update to 1.37.4.

Change-Id: I3eae30e7c8e55900f0f6bd947223c7dd1bacedbe
---
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 2a7d170aac..48a08f7ffc 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.3")
+ (version "1.37.4")
(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 "1xwlkybqb4wvxki4c8sgp185jakwf052676gvma9jyv9ggb9fvgx"))
+ (base32 "1zh1qpwdq3zgb1vw3076v13nf7ipsc7v849z4amiaqv94par43dr"))
(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 . 73713-done@debbugs.gnu.org)
87ldyr5snk.fsf@iscas.ac.cn
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (30 lines)
> * gnu/packages/containers.scm (buildah): Update to 1.37.4.
>
> Change-Id: I3eae30e7c8e55900f0f6bd947223c7dd1bacedbe
> ---
> 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 2a7d170aac..48a08f7ffc 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.3")
> + (version "1.37.4")
> (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 "1xwlkybqb4wvxki4c8sgp185jakwf052676gvma9jyv9ggb9fvgx"))
> + (base32 "1zh1qpwdq3zgb1vw3076v13nf7ipsc7v849z4amiaqv94par43dr"))
> (file-name (git-file-name name version))))
> (build-system gnu-build-system)
> (arguments

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

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmcMgK8ACgkQO1qpk+Gi
3/B8fg//QPAO2/sCochh1ZfvhIwbZs/C0QK60OcoR05UbGxloJ7BfQ94G4ovToZO
gIyX/k6947JtDoC6yxyFHZkA3DIjr/r+66Eiw6WQPKwWUwGrUEIriPgXktFGx8Im
J40h1adnJLI1W22CyqVM7jIVh5WAoVQFn0SRHQoF3IJn63nGyGi21Zg5g/llRSOs
PJkVJDIZz5k2f+D/9WaUJrb6fXKi3fClxbd3NtXJI39707NsqykRtvEz/Q5SR9eI
AQq5CnBjs/EAa961mcdOIu6GgZm/JHYdF41/iKXY3T3vCKxmQ8Iui65gCKvtoSmm
62AB6GQn1h+DqqAAqw3SEoaiXtAxJczqOhz30j5KOzYIfF7NAiOLYnVC96sKm1aI
sn+h+uiDWW3A8/vTN5AYQpSEpzR1/bZZwb274/jr73wlhKGI9tCZCZ0aQrBLNg7E
F0zbZUJcaZNBr7lOk+5Q1mii6VzQO757IsTcLbeO7B3HzMm3msnBglOt00vaHs6+
TwiSyBjLnAg2wA+vuMjOcUTWQQM+I5CF8qgTeewWzxOxJ/GPLFdKwwOD1acPmGLB
pzJwjDX40Fqb2q3k76UtszAKxXsabC8wq00TNxN8mhU6gjmGsp7R7YENLXxnH9Kb
nkc5DOuPsO4TLh9bCr7ts6LBV1qBRPZN3na5/C1xAsTYcxsjX4Q=
=Mxtv
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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