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 (define-public podman
(package (package
(name "podman") (name "podman")
(version "4.4.2") (version "4.5.0")
(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 "152qybqh5wj5waqz0jfnsq0zpvsgn2938pkih9abm6y6qcbcyznz")) (sha256 (base32 "0cvaisdd3ksm2k1dp7z94srkj28m04c31228cdpwqbr9v56yznxr"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet '(begin (snippet '(begin
(substitute* "Makefile" ((".*hack/btrfs.*") "")) (substitute* "Makefile" ((".*hack/btrfs.*") ""))