mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
podman 4.6.0
This commit is contained in:
parent
12a0ec43d6
commit
8402863f4b
1 changed files with 4 additions and 4 deletions
|
@ -20,14 +20,14 @@
|
||||||
(define-public podman
|
(define-public podman
|
||||||
(package
|
(package
|
||||||
(name "podman")
|
(name "podman")
|
||||||
(version "4.5.1")
|
(version "4.6.0")
|
||||||
(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 "145v7cq1y1v5kjdlg0vl70y693flagw4m60vm95wizibrf4byv9w"))
|
(sha256 (base32 "1x1iyjd3q2d8w3rqx7d5bv4n0pfk4ffj2abij2b90ir12rjc9izi"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet '(begin
|
(snippet '(begin
|
||||||
; (substitute* "Makefile" ((".*hack/btrfs.*") ""))
|
; (substitute* "Makefile" ((".*hack/btrfs.*") ""))
|
||||||
|
@ -80,14 +80,14 @@
|
||||||
(define-public podman-with-overlayfs
|
(define-public podman-with-overlayfs
|
||||||
(package
|
(package
|
||||||
(name "podman")
|
(name "podman")
|
||||||
(version "4.5.1")
|
(version "4.6.0")
|
||||||
(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 "145v7cq1y1v5kjdlg0vl70y693flagw4m60vm95wizibrf4byv9w"))
|
(sha256 (base32 "1x1iyjd3q2d8w3rqx7d5bv4n0pfk4ffj2abij2b90ir12rjc9izi"))
|
||||||
(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