1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 02:50:45 +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 (define-public podman
(package (package
(name "podman") (name "podman")
(version "5.2.3") (version "5.2.4")
(source (source
(origin (origin
(method git-fetch) (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") (url "https://github.com/containers/podman")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 "1yz2blyxyqk76glg152rqnw2xcqrhihv1bcb0yxvg1lh6y5d8nfq")) (base32 "1kykahdg87hjy2kc29x8sai1k8aqj2ks9q7rw34vkaxd548k6gwr"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments