podman 4.5.1

This commit is contained in:
Jean-François GUILLAUME 2023-06-11 12:17:03 +02:00
parent 6859596693
commit 9fdab0cdd5
GPG key ID: 38751DAE145EFB5A

View file

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