guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#73713: [PATCH] gnu: buildah: Update to 1.37.4.


From: Zheng Junjie
Subject: bug#73713: [PATCH] gnu: buildah: Update to 1.37.4.
Date: Mon, 14 Oct 2024 10:23:43 +0800

Tomas Volf <~@wolfsden.cz> writes:

> * 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.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]