guix-patches
[Top][All Lists]
Advanced

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

bug#76961: [PATCH] gnu: podman: Update to 5.4.1.


From: Z572
Subject: bug#76961: [PATCH] gnu: podman: Update to 5.4.1.
Date: Wed, 12 Mar 2025 18:03:13 +0800
User-agent: mu4e 1.12.7; emacs 30.0.92

Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/containers.scm (podman): Update to 5.4.1.
>
> Change-Id: Ic1eda1231af028300580f4c14635ef34a1fe54de
> ---
>  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 980ca2a9ed..5425a036db 100644
> --- a/gnu/packages/containers.scm
> +++ b/gnu/packages/containers.scm
> @@ -469,7 +469,7 @@ (define-public catatonit
>  (define-public podman
>    (package
>      (name "podman")
> -    (version "5.4.0")
> +    (version "5.4.1")
>      (outputs '("out" "docker"))
>      (properties
>        `((output-synopsis "docker" "docker alias for podman")))
> @@ -480,7 +480,7 @@ (define-public podman
>               (url "https://github.com/containers/podman";)
>               (commit (string-append "v" version))))
>         (sha256
> -        (base32 "1mvhqw07bpi7rzsbdy0k9i33rhrv5ngq2jvihpj241yd72gbhhw8"))
> +        (base32 "11qiqkndjl3m8vzal1fx4lb3h4jv7aplasqjfi5y0a9rpq2wqaj6"))
>         (file-name (git-file-name name version))))
>      (build-system gnu-build-system)
>      (arguments

pushed, closing.

Attachment: signature.asc
Description: PGP signature


reply via email to

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