From 778ccc99a650216c1e8724a71f66623c17f06c46 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Thu, 2 Nov 2023 12:53:42 +0100 Subject: [PATCH] podman 4.7.2 --- glicid/packages/containers.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/glicid/packages/containers.scm b/glicid/packages/containers.scm index 690a271..07e8398 100644 --- a/glicid/packages/containers.scm +++ b/glicid/packages/containers.scm @@ -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.")