diff --git a/glicid/packages/containers.scm b/glicid/packages/containers.scm index 1e94e9b..1fd118e 100644 --- a/glicid/packages/containers.scm +++ b/glicid/packages/containers.scm @@ -19,14 +19,14 @@ (define-public podman (package (name "podman") - (version "4.4.0") + (version "4.4.1") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/containers/podman") (commit (string-append "v" version)))) - (sha256 (base32 "0v1zcb2v7b8k2aw30bws1ir94daw1llc4gfx3rfja25vqhvqw9wk")) + (sha256 (base32 "0qbr6rbyig3c2hvdvmd94jjkg820hpdz6j7dgyv62dl6wfwvj5jj")) (modules '((guix build utils))) (snippet '(begin (substitute* "Makefile" ((".*hack/btrfs.*") ""))