gnu: podman: Update to 5.1.1.

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

Change-Id: Ie2563c1862debefcd6b5d0268e6cb57b6ae7193b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Jean-Pierre De Jesus DIAZ 2024-07-03 18:36:43 +02:00 committed by Sharlatan Hellseher
parent 39a7b295b8
commit ddbbb78786
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -456,7 +456,7 @@ (define-public catatonit
(define-public podman
(package
(name "podman")
(version "5.1.0")
(version "5.1.1")
(source
(origin
(method git-fetch)
@ -464,7 +464,7 @@ (define-public podman
(url "https://github.com/containers/podman")
(commit (string-append "v" version))))
(sha256
(base32 "0ldzrrz8jba6ka1xfs8msiy08iz4m674xhfxbcdsnc9lmxi3ys4f"))
(base32 "1rhlwd350ll472jn7gm4nbkfkbm609d5s97wdqfb7lfagqwi1vny"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments