mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
podman 4.6.1
This commit is contained in:
commit
7bfed57ae8
1 changed files with 4 additions and 4 deletions
|
@ -20,14 +20,14 @@
|
|||
(define-public podman
|
||||
(package
|
||||
(name "podman")
|
||||
(version "4.6.0")
|
||||
(version "4.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/containers/podman")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256 (base32 "1x1iyjd3q2d8w3rqx7d5bv4n0pfk4ffj2abij2b90ir12rjc9izi"))
|
||||
(sha256 (base32 "0d5lfj8i0250f2lrirbq8ayihagmws0hnkjwbyb9nrh6zs6lns3c"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(begin
|
||||
; (substitute* "Makefile" ((".*hack/btrfs.*") ""))
|
||||
|
@ -80,14 +80,14 @@
|
|||
(define-public podman-with-overlayfs
|
||||
(package
|
||||
(name "podman")
|
||||
(version "4.6.0")
|
||||
(version "4.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/containers/podman")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256 (base32 "1x1iyjd3q2d8w3rqx7d5bv4n0pfk4ffj2abij2b90ir12rjc9izi"))
|
||||
(sha256 (base32 "0d5lfj8i0250f2lrirbq8ayihagmws0hnkjwbyb9nrh6zs6lns3c"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(begin
|
||||
(substitute* "Makefile" ((".*hack/btrfs.*") ""))
|
||||
|
|
Loading…
Add table
Reference in a new issue