Merge branch 'devel' into 'main'

updating podman to 4.4.1

See merge request glicid-public/guix-glicid!208
This commit is contained in:
Jean-François GUILLAUME 2023-02-08 21:50:51 +00:00
commit 1eaca4517e

View file

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