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