From 7637dbd1e8b08d089fcf5626ff7ba69d531045b5 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Thu, 17 Aug 2023 10:04:38 +0200 Subject: [PATCH] podman 4.6.1 --- glicid/packages/containers.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/glicid/packages/containers.scm b/glicid/packages/containers.scm index 2285ea4..690a271 100644 --- a/glicid/packages/containers.scm +++ b/glicid/packages/containers.scm @@ -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.*") ""))