1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00

gnu: podman: Update to 5.2.4.

* gnu/packages/containers.scm (podman): Update to 5.2.4.

Change-Id: I7fcdc2062165ba43cda43ac2b31a9bc39ca1a8cf
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Tomas Volf 2024-10-08 23:48:40 +02:00 committed by Zheng Junjie
parent b00b251594
commit b403ff4160
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -464,7 +464,7 @@ Its main purpose is to support the key usage by @code{docker-init}:
(define-public podman
(package
(name "podman")
(version "5.2.3")
(version "5.2.4")
(source
(origin
(method git-fetch)
@ -472,7 +472,7 @@ Its main purpose is to support the key usage by @code{docker-init}:
(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