diff options
-rw-r--r-- | gnu/packages/containers.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm index de1fc189a2..c57f249ebd 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm @@ -454,7 +454,7 @@ Its main purpose is to support the key usage by @code{docker-init}: (define-public podman (package (name "podman") - (version "5.0.3") + (version "5.1.0") (source (origin (method git-fetch) @@ -462,7 +462,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 "1wgaiwh7m547j9irz6z6ckxcbw8fwzqixh55q1fk2g7kfclfc3iw")) + (base32 "0ldzrrz8jba6ka1xfs8msiy08iz4m674xhfxbcdsnc9lmxi3ys4f")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |