podman 4.7.2

This commit is contained in:
Jean-François GUILLAUME 2023-11-02 12:53:42 +01:00
parent 15b3203256
commit 778ccc99a6
GPG key ID: 38751DAE145EFB5A

View file

@ -20,14 +20,14 @@
(define-public podman (define-public podman
(package (package
(name "podman") (name "podman")
(version "4.6.1") (version "4.7.2")
(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 "0d5lfj8i0250f2lrirbq8ayihagmws0hnkjwbyb9nrh6zs6lns3c")) (sha256 (base32 "1z9ipwc89cpd3vqn6addbvrw6irwkzpgmqdb6r23jvalw45574d3"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet '(begin (snippet '(begin
; (substitute* "Makefile" ((".*hack/btrfs.*") "")) ; (substitute* "Makefile" ((".*hack/btrfs.*") ""))
@ -70,7 +70,7 @@
(invoke "make" "install.completions" (invoke "make" "install.completions"
(string-append "PREFIX=" #$output))))))) (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)) (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)) (propagated-inputs (list fuse-overlayfs))
(home-page "https://podman.io") (home-page "https://podman.io")
(synopsis "Manage containers, images, pods, and their volumes") (synopsis "Manage containers, images, pods, and their volumes")
@ -79,15 +79,15 @@
(define-public podman-with-overlayfs (define-public podman-with-overlayfs
(package (package
(name "podman") (name "podman-with-overlayfs")
(version "4.6.1") (version "4.7.2")
(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 "0d5lfj8i0250f2lrirbq8ayihagmws0hnkjwbyb9nrh6zs6lns3c")) (sha256 (base32 "1z9ipwc89cpd3vqn6addbvrw6irwkzpgmqdb6r23jvalw45574d3"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet '(begin (snippet '(begin
(substitute* "Makefile" ((".*hack/btrfs.*") "")) (substitute* "Makefile" ((".*hack/btrfs.*") ""))
@ -130,7 +130,7 @@
(invoke "make" "install.completions" (invoke "make" "install.completions"
(string-append "PREFIX=" #$output))))))) (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)) (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") (home-page "https://podman.io")
(synopsis "Manage containers, images, pods, and their volumes") (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.") (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.")