podman 4.5.1

This commit is contained in:
Jean-François GUILLAUME 2023-06-11 10:18:16 +00:00
commit 93b8f626d8

View file

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