diff options
| author | Foster Hangdaan <foster@hangdaan.email> | 2026-04-14 14:57:24 -0400 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-04-14 22:21:25 +0200 |
| commit | 83e5fe437fccb60c86706d312af6541866f2d15c (patch) | |
| tree | 9d8ed873d560797306f374c583031c097f4420b4 /gnu | |
| parent | ef81d340cde9428f8987221a0635b3a5335b0188 (diff) | |
gnu: podman: Update to 5.8.2.
* gnu/packages/containers.scm (podman): Update to 5.8.2.
Change-Id: I681067e7c2ac11f4e12c94db5898e121b6a1e0f2
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 14f917f4542..43e2bbf24c9 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm | |||
| @@ -714,7 +714,7 @@ Its main purpose is to support the key usage by @code{docker-init}: | |||
| 714 | (define-public podman | 714 | (define-public podman |
| 715 | (package | 715 | (package |
| 716 | (name "podman") | 716 | (name "podman") |
| 717 | (version "5.8.1") | 717 | (version "5.8.2") |
| 718 | (outputs '("out" "docker")) | 718 | (outputs '("out" "docker")) |
| 719 | (properties | 719 | (properties |
| 720 | `((output-synopsis "docker" "docker alias for podman") | 720 | `((output-synopsis "docker" "docker alias for podman") |
| @@ -727,7 +727,7 @@ Its main purpose is to support the key usage by @code{docker-init}: | |||
| 727 | (url "https://github.com/containers/podman") | 727 | (url "https://github.com/containers/podman") |
| 728 | (commit (string-append "v" version)))) | 728 | (commit (string-append "v" version)))) |
| 729 | (sha256 | 729 | (sha256 |
| 730 | (base32 "1wdsdc0nj4m1v8mn95dhavi87ad0adqmld70da59gvp2abff5f0f")) | 730 | (base32 "12bmzbfyjsf0mwnam38cw9ib54wj1znh5b7lxzdyll9cvvkhqisr")) |
| 731 | (file-name (git-file-name name version)))) | 731 | (file-name (git-file-name name version)))) |
| 732 | (build-system gnu-build-system) | 732 | (build-system gnu-build-system) |
| 733 | (arguments | 733 | (arguments |
