guix-patches
[Top][All Lists]
Advanced

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

bug#73712: [PATCH] gnu: podman: Update to 5.2.4.


From: Zheng Junjie
Subject: bug#73712: [PATCH] gnu: podman: Update to 5.2.4.
Date: Mon, 14 Oct 2024 10:24:14 +0800

Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/containers.scm (podman): Update to 5.2.4.
>
> Change-Id: I7fcdc2062165ba43cda43ac2b31a9bc39ca1a8cf
> ---
>  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..0c714e3d4a 100644
> --- a/gnu/packages/containers.scm
> +++ b/gnu/packages/containers.scm
> @@ -464,7 +464,7 @@ (define-public catatonit
>  (define-public podman
>    (package
>      (name "podman")
> -    (version "5.2.3")
> +    (version "5.2.4")
>      (source
>       (origin
>         (method git-fetch)
> @@ -472,7 +472,7 @@ (define-public podman
>               (url "https://github.com/containers/podman";)
>               (commit (string-append "v" version))))
>         (sha256
> -        (base32 "1yz2blyxyqk76glg152rqnw2xcqrhihv1bcb0yxvg1lh6y5d8nfq"))
> +        (base32 "1kykahdg87hjy2kc29x8sai1k8aqj2ks9q7rw34vkaxd548k6gwr"))
>         (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]