updating podman

This commit is contained in:
Jean-François GUILLAUME 2023-05-09 15:06:01 +02:00
parent 10f1159307
commit fa4da9e423
GPG key ID: 38751DAE145EFB5A

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.*") ""))