mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
Merge branch 'podman' into 'main'
podman 4.4.2 See merge request glicid-public/guix-glicid!228
This commit is contained in:
commit
9de783c96c
1 changed files with 2 additions and 2 deletions
|
@ -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.*") ""))
|
||||
|
|
Loading…
Add table
Reference in a new issue