Merge branch 'podman' into 'main'

podman 4.4.2

See merge request glicid-public/guix-glicid!228
This commit is contained in:
Jean-François GUILLAUME 2023-03-01 11:33:37 +00:00
commit 9de783c96c

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