podman 4.4.2

This commit is contained in:
Jean-François GUILLAUME 2023-03-01 12:33:02 +01:00
parent a59e16682c
commit 18edf4409a
GPG key ID: 38751DAE145EFB5A

View file

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