diff options
| author | Tomas Volf <~@wolfsden.cz> | 2025-03-11 21:51:49 +0100 |
|---|---|---|
| committer | Zheng Junjie <z572@z572.online> | 2025-03-12 17:44:34 +0800 |
| commit | 387fb90ac61518d7ed1eb689b21ca55af7c3a142 (patch) | |
| tree | 3a35db52e738e4b15b504e1fd672c17e6c610273 | |
| parent | b9c7a7dac277a1204f2227de4d55677339217f60 (diff) | |
gnu: podman: Update to 5.4.1.
* gnu/packages/containers.scm (podman): Update to 5.4.1.
Change-Id: Ic1eda1231af028300580f4c14635ef34a1fe54de
Signed-off-by: Zheng Junjie <z572@z572.online>
| -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 fc55343d2fa..c36928d052e 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm | |||
| @@ -469,7 +469,7 @@ Its main purpose is to support the key usage by @code{docker-init}: | |||
| 469 | (define-public podman | 469 | (define-public podman |
| 470 | (package | 470 | (package |
| 471 | (name "podman") | 471 | (name "podman") |
| 472 | (version "5.4.0") | 472 | (version "5.4.1") |
| 473 | (outputs '("out" "docker")) | 473 | (outputs '("out" "docker")) |
| 474 | (properties | 474 | (properties |
| 475 | `((output-synopsis "docker" "docker alias for podman"))) | 475 | `((output-synopsis "docker" "docker alias for podman"))) |
| @@ -480,7 +480,7 @@ Its main purpose is to support the key usage by @code{docker-init}: | |||
| 480 | (url "https://github.com/containers/podman") | 480 | (url "https://github.com/containers/podman") |
| 481 | (commit (string-append "v" version)))) | 481 | (commit (string-append "v" version)))) |
| 482 | (sha256 | 482 | (sha256 |
| 483 | (base32 "1mvhqw07bpi7rzsbdy0k9i33rhrv5ngq2jvihpj241yd72gbhhw8")) | 483 | (base32 "11qiqkndjl3m8vzal1fx4lb3h4jv7aplasqjfi5y0a9rpq2wqaj6")) |
| 484 | (file-name (git-file-name name version)))) | 484 | (file-name (git-file-name name version)))) |
| 485 | (build-system gnu-build-system) | 485 | (build-system gnu-build-system) |
| 486 | (arguments | 486 | (arguments |
