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