mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
podman 4.5.1
This commit is contained in:
commit
93b8f626d8
1 changed files with 2 additions and 2 deletions
|
@ -19,14 +19,14 @@
|
||||||
(define-public podman
|
(define-public podman
|
||||||
(package
|
(package
|
||||||
(name "podman")
|
(name "podman")
|
||||||
(version "4.5.0")
|
(version "4.5.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 "0cvaisdd3ksm2k1dp7z94srkj28m04c31228cdpwqbr9v56yznxr"))
|
(sha256 (base32 "145v7cq1y1v5kjdlg0vl70y693flagw4m60vm95wizibrf4byv9w"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet '(begin
|
(snippet '(begin
|
||||||
(substitute* "Makefile" ((".*hack/btrfs.*") ""))
|
(substitute* "Makefile" ((".*hack/btrfs.*") ""))
|
||||||
|
|
Loading…
Add table
Reference in a new issue