gnu: podman: Update to 5.4.2.

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

Change-Id: I4da6a4f24e8d9762151c13953e67e370e2f36d00
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Tomas Volf 2025-04-03 14:14:35 +02:00 committed by Christopher Baines
parent ed12cba221
commit d41d6fe71f
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -469,7 +469,7 @@ Its main purpose is to support the key usage by @code{docker-init}:
(define-public podman
(package
(name "podman")
(version "5.4.1")
(version "5.4.2")
(outputs '("out" "docker"))
(properties
`((output-synopsis "docker" "docker alias for podman")))
@ -480,7 +480,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 "11qiqkndjl3m8vzal1fx4lb3h4jv7aplasqjfi5y0a9rpq2wqaj6"))
(base32 "1yjkyn1wrpzfcndds23p0r192l95rq4jcw7w9m2y1zdhafjlgr5y"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments