mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
podman 4.7.2
This commit is contained in:
commit
c049a40f88
1 changed files with 7 additions and 7 deletions
|
@ -20,14 +20,14 @@
|
|||
(define-public podman
|
||||
(package
|
||||
(name "podman")
|
||||
(version "4.6.1")
|
||||
(version "4.7.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/containers/podman")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256 (base32 "0d5lfj8i0250f2lrirbq8ayihagmws0hnkjwbyb9nrh6zs6lns3c"))
|
||||
(sha256 (base32 "1z9ipwc89cpd3vqn6addbvrw6irwkzpgmqdb6r23jvalw45574d3"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(begin
|
||||
; (substitute* "Makefile" ((".*hack/btrfs.*") ""))
|
||||
|
@ -70,7 +70,7 @@
|
|||
(invoke "make" "install.completions"
|
||||
(string-append "PREFIX=" #$output)))))))
|
||||
(inputs (list btrfs-progs gnu:cni-plugins gnu:conmon gnu:crun gpgme go-github-com-go-md2man iptables libassuan libseccomp libselinux gnu:slirp4netns fuse-overlayfs))
|
||||
(native-inputs (list bats git go-1.18 pkg-config python))
|
||||
(native-inputs (list bats git go-1.20 pkg-config python))
|
||||
(propagated-inputs (list fuse-overlayfs))
|
||||
(home-page "https://podman.io")
|
||||
(synopsis "Manage containers, images, pods, and their volumes")
|
||||
|
@ -79,15 +79,15 @@
|
|||
|
||||
(define-public podman-with-overlayfs
|
||||
(package
|
||||
(name "podman")
|
||||
(version "4.6.1")
|
||||
(name "podman-with-overlayfs")
|
||||
(version "4.7.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/containers/podman")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256 (base32 "0d5lfj8i0250f2lrirbq8ayihagmws0hnkjwbyb9nrh6zs6lns3c"))
|
||||
(sha256 (base32 "1z9ipwc89cpd3vqn6addbvrw6irwkzpgmqdb6r23jvalw45574d3"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(begin
|
||||
(substitute* "Makefile" ((".*hack/btrfs.*") ""))
|
||||
|
@ -130,7 +130,7 @@
|
|||
(invoke "make" "install.completions"
|
||||
(string-append "PREFIX=" #$output)))))))
|
||||
(inputs (list btrfs-progs gnu:cni-plugins gnu:conmon gnu:crun gpgme go-github-com-go-md2man iptables libassuan libseccomp libselinux gnu:slirp4netns))
|
||||
(native-inputs (list bats git go-1.18 pkg-config python))
|
||||
(native-inputs (list bats git go-1.20 pkg-config python))
|
||||
(home-page "https://podman.io")
|
||||
(synopsis "Manage containers, images, pods, and their volumes")
|
||||
(description "Podman (the POD MANager) is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers.")
|
||||
|
|
Loading…
Add table
Reference in a new issue