diff options
author | Tomas Volf <~@wolfsden.cz> | 2024-10-08 23:48:40 +0200 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-10-14 09:07:33 +0800 |
commit | b403ff41604d34ca35588e1a1dd43b48a5eda064 (patch) | |
tree | 367dc966622be86a7cad8e6c524e05c0caf0d2cb /gnu/packages/containers.scm | |
parent | b00b251594561b6536a629e3af40074938de476a (diff) | |
download | guix-b403ff41604d34ca35588e1a1dd43b48a5eda064.tar guix-b403ff41604d34ca35588e1a1dd43b48a5eda064.tar.gz |
gnu: podman: Update to 5.2.4.
* gnu/packages/containers.scm (podman): Update to 5.2.4.
Change-Id: I7fcdc2062165ba43cda43ac2b31a9bc39ca1a8cf
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Diffstat (limited to 'gnu/packages/containers.scm')
-rw-r--r-- | gnu/packages/containers.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm index 48a08f7ffc..891e7339e7 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm @@ -464,7 +464,7 @@ Its main purpose is to support the key usage by @code{docker-init}: (define-public podman (package (name "podman") - (version "5.2.3") + (version "5.2.4") (source (origin (method git-fetch) @@ -472,7 +472,7 @@ Its main purpose is to support the key usage by @code{docker-init}: (url "https://github.com/containers/podman") (commit (string-append "v" version)))) (sha256 - (base32 "1yz2blyxyqk76glg152rqnw2xcqrhihv1bcb0yxvg1lh6y5d8nfq")) + (base32 "1kykahdg87hjy2kc29x8sai1k8aqj2ks9q7rw34vkaxd548k6gwr")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |