diff options
| author | Foster Hangdaan <foster@hangdaan.email> | 2026-07-09 03:55:04 -0400 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-07-13 00:29:52 +0900 |
| commit | c12206db22ce4d4d4ff8f13af2921db3c5131cb8 (patch) | |
| tree | ec1a787631494abc4c10510d2de33229f771dbe9 /gnu/packages/containers.scm | |
| parent | 2232e2cf53cb46a7afc397a622efc4b1478f1ff7 (diff) | |
gnu: podman: Update to 6.0.1.
* gnu/packages/containers.scm (podman): Update to 6.0.1.
Merges: https://codeberg.org/guix/guix/pulls/9831
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/packages/containers.scm')
| -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 c73d621a744..9ad00b226d7 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm | |||
| @@ -1113,7 +1113,7 @@ Its main purpose is to support the key usage by @code{docker-init}: | |||
| 1113 | (define-public podman | 1113 | (define-public podman |
| 1114 | (package | 1114 | (package |
| 1115 | (name "podman") | 1115 | (name "podman") |
| 1116 | (version "6.0.0") | 1116 | (version "6.0.1") |
| 1117 | (outputs '("out" "docker")) | 1117 | (outputs '("out" "docker")) |
| 1118 | (properties | 1118 | (properties |
| 1119 | `((output-synopsis "docker" "docker alias for podman"))) | 1119 | `((output-synopsis "docker" "docker alias for podman"))) |
| @@ -1124,7 +1124,7 @@ Its main purpose is to support the key usage by @code{docker-init}: | |||
| 1124 | (url "https://github.com/podman-container-tools/podman") | 1124 | (url "https://github.com/podman-container-tools/podman") |
| 1125 | (commit (string-append "v" version)))) | 1125 | (commit (string-append "v" version)))) |
| 1126 | (sha256 | 1126 | (sha256 |
| 1127 | (base32 "1i15j9zhzh42nh834k0wi1g9ap3fd8dvm52jzdflycpwv29z9m3i")) | 1127 | (base32 "1jkvaxx5857djqvfc1vd5pdw84xg7ch3fpzb0ia1l1hcwa132jhi")) |
| 1128 | (file-name (git-file-name name version)))) | 1128 | (file-name (git-file-name name version)))) |
| 1129 | (build-system gnu-build-system) | 1129 | (build-system gnu-build-system) |
| 1130 | (arguments | 1130 | (arguments |
