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 (define-public podman
(package (package
(name "podman") (name "podman")
(version "4.4.0") (version "4.4.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 "0v1zcb2v7b8k2aw30bws1ir94daw1llc4gfx3rfja25vqhvqw9wk")) (sha256 (base32 "0qbr6rbyig3c2hvdvmd94jjkg820hpdz6j7dgyv62dl6wfwvj5jj"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet '(begin (snippet '(begin
(substitute* "Makefile" ((".*hack/btrfs.*") "")) (substitute* "Makefile" ((".*hack/btrfs.*") ""))