updating podman

This commit is contained in:
Jean-François GUILLAUME 2023-05-09 13:06:46 +00:00
commit ef754f61bf

View file

@ -19,14 +19,14 @@
(define-public podman
(package
(name "podman")
(version "4.4.2")
(version "4.5.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/containers/podman")
(commit (string-append "v" version))))
(sha256 (base32 "152qybqh5wj5waqz0jfnsq0zpvsgn2938pkih9abm6y6qcbcyznz"))
(sha256 (base32 "0cvaisdd3ksm2k1dp7z94srkj28m04c31228cdpwqbr9v56yznxr"))
(modules '((guix build utils)))
(snippet '(begin
(substitute* "Makefile" ((".*hack/btrfs.*") ""))