diff --git a/glicid/packages/containers.scm b/glicid/packages/containers.scm index cdd7c4a..2285ea4 100644 --- a/glicid/packages/containers.scm +++ b/glicid/packages/containers.scm @@ -20,14 +20,14 @@ (define-public podman (package (name "podman") - (version "4.5.1") + (version "4.6.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/containers/podman") (commit (string-append "v" version)))) - (sha256 (base32 "145v7cq1y1v5kjdlg0vl70y693flagw4m60vm95wizibrf4byv9w")) + (sha256 (base32 "1x1iyjd3q2d8w3rqx7d5bv4n0pfk4ffj2abij2b90ir12rjc9izi")) (modules '((guix build utils))) (snippet '(begin ; (substitute* "Makefile" ((".*hack/btrfs.*") "")) @@ -80,14 +80,14 @@ (define-public podman-with-overlayfs (package (name "podman") - (version "4.5.1") + (version "4.6.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/containers/podman") (commit (string-append "v" version)))) - (sha256 (base32 "145v7cq1y1v5kjdlg0vl70y693flagw4m60vm95wizibrf4byv9w")) + (sha256 (base32 "1x1iyjd3q2d8w3rqx7d5bv4n0pfk4ffj2abij2b90ir12rjc9izi")) (modules '((guix build utils))) (snippet '(begin (substitute* "Makefile" ((".*hack/btrfs.*") ""))