diff options
| author | Tomas Volf <~@wolfsden.cz> | 2025-09-11 00:22:00 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-09-20 16:34:58 +0200 |
| commit | 28ada126081221bf7b2cd2b305a800f4fff032a5 (patch) | |
| tree | ea26e83d6d44f5f268d405934f3970064a3daf64 /gnu | |
| parent | 5fc7a9968cc9ecbaa44e2a778ee3ab34cdd90030 (diff) | |
gnu: podman: Update to 5.6.1.
* gnu/packages/containers.scm (podman): Update to 5.6.1.
Change-Id: Ia02738280847176e8c9c094903eb23facc543d97
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -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 58834f30240..59f2eba77e9 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm @@ -550,7 +550,7 @@ Its main purpose is to support the key usage by @code{docker-init}: (define-public podman (package (name "podman") - (version "5.6.0") + (version "5.6.1") (outputs '("out" "docker")) (properties `((output-synopsis "docker" "docker alias for podman") @@ -563,7 +563,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 "1w5p76ynhlayvala76xsh1b1sv8w50fjp02sjm819mg98scbc3fk")) + (base32 "1k8dppbni8wbzxqqaknp08h687qw884wn7bkpiwmbw9np261fl4b")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |
