diff options
author | Tomas Volf <~@wolfsden.cz> | 2024-07-11 19:18:41 +0200 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-18 18:28:25 +0800 |
commit | f725116cc14fa445ef6e4954bce0ff07adacb787 (patch) | |
tree | 119ea798691e94aebab13a530927c9ccae185d20 | |
parent | 557102d36c8a4b815431dc7b4cbe913744eeaeb3 (diff) | |
download | guix-f725116cc14fa445ef6e4954bce0ff07adacb787.tar.gz guix-f725116cc14fa445ef6e4954bce0ff07adacb787.zip |
gnu: podman: Update to 5.1.2.
* gnu/packages/containers.scm (podman): Update to 5.1.2.
Change-Id: I550fb0ad1fd72f3b42d0da33ed7403d78c7ecc4b
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 72acfaba45..0361470483 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm @@ -456,7 +456,7 @@ Its main purpose is to support the key usage by @code{docker-init}: (define-public podman (package (name "podman") - (version "5.1.1") + (version "5.1.2") (source (origin (method git-fetch) @@ -464,7 +464,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 "1rhlwd350ll472jn7gm4nbkfkbm609d5s97wdqfb7lfagqwi1vny")) + (base32 "1v0qqzfl0nqkqmqimv89nrggb7n1ryhqpdi8v7yn2c7m0dm8xq91")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |