gnu: podman: Update to 5.2.3.

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

Change-Id: Icc4bf862e509ad74502148994aa21fde95aef626
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Tomas Volf 2024-09-25 20:54:45 +02:00 committed by Zheng Junjie
parent 26e940036f
commit 9e0f65b55b
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -464,7 +464,7 @@ (define-public catatonit
(define-public podman
(package
(name "podman")
(version "5.2.1")
(version "5.2.3")
(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 "1xa629vbh6mpish5cwr87pcv01hgzh92y7k7jdpm9wz7z445y1n7"))
(base32 "1yz2blyxyqk76glg152rqnw2xcqrhihv1bcb0yxvg1lh6y5d8nfq"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments