gnu: podman: Update to 5.2.1.

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

Change-Id: Ice03f89ae39400961cf55742086040c20c991f64
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Tomas Volf 2024-08-15 14:48:42 +02:00 committed by Christopher Baines
parent 2a1d506f2a
commit 10d04c8b2f
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577

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.1.2")
(version "5.2.1")
(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 "1v0qqzfl0nqkqmqimv89nrggb7n1ryhqpdi8v7yn2c7m0dm8xq91"))
(base32 "1xa629vbh6mpish5cwr87pcv01hgzh92y7k7jdpm9wz7z445y1n7"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments