gnu: podman: Update to 4.2.1.

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

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Hilton Chain 2022-09-24 15:14:22 +08:00 committed by Mathieu Othacehe
parent 66edcdda1c
commit 351498ee45
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -274,7 +274,7 @@ (define-public cni-plugins
(define-public podman
(package
(name "podman")
(version "4.2.0")
(version "4.2.1")
(source
(origin
(method git-fetch)
@ -282,7 +282,7 @@ (define-public podman
(url "https://github.com/containers/podman")
(commit (string-append "v" version))))
(sha256
(base32 "00wyjppd11hznmals9ax4s2qjklj6p1vfz4jjkp50bk8q4blxfbj"))
(base32 "0ph8gf5gk9z1hm1v5kv924dipswvgrz0sgk23plnh2q0vbnh4wvv"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)