mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: podman: Update to 5.5.2.
* gnu/packages/containers.scm (podman): Update to 5.5.2. Change-Id: I602d4affc9394f23ddb3905c16b41f111f987c46 Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
97f9e84b07
commit
a7569e1733
1 changed files with 2 additions and 2 deletions
|
@ -478,7 +478,7 @@ Its main purpose is to support the key usage by @code{docker-init}:
|
||||||
(define-public podman
|
(define-public podman
|
||||||
(package
|
(package
|
||||||
(name "podman")
|
(name "podman")
|
||||||
(version "5.5.1")
|
(version "5.5.2")
|
||||||
(outputs '("out" "docker"))
|
(outputs '("out" "docker"))
|
||||||
(properties
|
(properties
|
||||||
`((output-synopsis "docker" "docker alias for podman")))
|
`((output-synopsis "docker" "docker alias for podman")))
|
||||||
|
@ -489,7 +489,7 @@ Its main purpose is to support the key usage by @code{docker-init}:
|
||||||
(url "https://github.com/containers/podman")
|
(url "https://github.com/containers/podman")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ka8j2vi4nip8817aw3xyra9izcmx189av65yd1ws0f0107qblgx"))
|
(base32 "0smdfyhyx1j78anvlwhbmimsrwm4fzf858yh83g37ykg5m04kfl8"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue