diff options
| author | Foster Hangdaan <foster@hangdaan.email> | 2026-06-14 17:00:52 -0400 |
|---|---|---|
| committer | Giacomo Leidi <therewasa@fishinthecalculator.me> | 2026-06-15 12:30:56 +0200 |
| commit | 87b2328f3b36084bc05e7d8c79b3f015f8c6ecad (patch) | |
| tree | 20ed8a6f5ec2f8fa661dab313b269c257dbe0224 /gnu/packages | |
| parent | 518129e1130f6cc6e128af0729d678e94b7dfefd (diff) | |
gnu: podman: Update to 5.8.3.
* gnu/packages/containers.scm (podman): Update to 5.8.3.
[origin]<url>: Update repository url since has been moved to a new
organization and there is now a permanent redirect in place.
[native-inputs]: Update go-1.24 to go-1.25.
Merges: https://codeberg.org/guix/guix/pulls/9303
Signed-off-by: Giacomo Leidi <therewasa@fishinthecalculator.me>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/containers.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm index 95e67ccc2de..7b520ef839f 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm | |||
| @@ -1016,7 +1016,7 @@ Its main purpose is to support the key usage by @code{docker-init}: | |||
| 1016 | (define-public podman | 1016 | (define-public podman |
| 1017 | (package | 1017 | (package |
| 1018 | (name "podman") | 1018 | (name "podman") |
| 1019 | (version "5.8.2") | 1019 | (version "5.8.3") |
| 1020 | (outputs '("out" "docker")) | 1020 | (outputs '("out" "docker")) |
| 1021 | (properties | 1021 | (properties |
| 1022 | `((output-synopsis "docker" "docker alias for podman") | 1022 | `((output-synopsis "docker" "docker alias for podman") |
| @@ -1026,10 +1026,10 @@ Its main purpose is to support the key usage by @code{docker-init}: | |||
| 1026 | (origin | 1026 | (origin |
| 1027 | (method git-fetch) | 1027 | (method git-fetch) |
| 1028 | (uri (git-reference | 1028 | (uri (git-reference |
| 1029 | (url "https://github.com/containers/podman") | 1029 | (url "https://github.com/podman-container-tools/podman") |
| 1030 | (commit (string-append "v" version)))) | 1030 | (commit (string-append "v" version)))) |
| 1031 | (sha256 | 1031 | (sha256 |
| 1032 | (base32 "12bmzbfyjsf0mwnam38cw9ib54wj1znh5b7lxzdyll9cvvkhqisr")) | 1032 | (base32 "16yxq45pqwg1l504bgsflcxfhiziaxlq8544pr20n26wcil5wbii")) |
| 1033 | (file-name (git-file-name name version)))) | 1033 | (file-name (git-file-name name version)))) |
| 1034 | (build-system gnu-build-system) | 1034 | (build-system gnu-build-system) |
| 1035 | (arguments | 1035 | (arguments |
| @@ -1123,7 +1123,7 @@ Its main purpose is to support the key usage by @code{docker-init}: | |||
| 1123 | (list grep | 1123 | (list grep |
| 1124 | bats | 1124 | bats |
| 1125 | git-minimal/pinned | 1125 | git-minimal/pinned |
| 1126 | go-1.24 | 1126 | go-1.25 |
| 1127 | go-md2man | 1127 | go-md2man |
| 1128 | gettext-minimal ; for envsubst | 1128 | gettext-minimal ; for envsubst |
| 1129 | mandoc | 1129 | mandoc |
