diff options
author | Tomas Volf <~@wolfsden.cz> | 2024-09-25 20:54:45 +0200 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-09-29 22:59:30 +0800 |
commit | 9e0f65b55b94413484846f5febcefea4a383c607 (patch) | |
tree | a671d4e5aaf789307c2fc3a87ad2a7893ad54acb | |
parent | 26e940036f2c4397c505760b703d36c96071366f (diff) | |
download | guix-9e0f65b55b94413484846f5febcefea4a383c607.tar.gz guix-9e0f65b55b94413484846f5febcefea4a383c607.zip |
gnu: podman: Update to 5.2.3.
* gnu/packages/containers.scm (podman): Update to 5.2.3.
Change-Id: Icc4bf862e509ad74502148994aa21fde95aef626
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
-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 147b236549..96fe4cccf4 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.1") + (version "5.2.3") (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 "1xa629vbh6mpish5cwr87pcv01hgzh92y7k7jdpm9wz7z445y1n7")) + (base32 "1yz2blyxyqk76glg152rqnw2xcqrhihv1bcb0yxvg1lh6y5d8nfq")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |