mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: podman: Update to 5.4.1.
* gnu/packages/containers.scm (podman): Update to 5.4.1. Change-Id: Ic1eda1231af028300580f4c14635ef34a1fe54de Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
b9c7a7dac2
commit
387fb90ac6
1 changed files with 2 additions and 2 deletions
|
@ -469,7 +469,7 @@ Its main purpose is to support the key usage by @code{docker-init}:
|
|||
(define-public podman
|
||||
(package
|
||||
(name "podman")
|
||||
(version "5.4.0")
|
||||
(version "5.4.1")
|
||||
(outputs '("out" "docker"))
|
||||
(properties
|
||||
`((output-synopsis "docker" "docker alias for podman")))
|
||||
|
@ -480,7 +480,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 "1mvhqw07bpi7rzsbdy0k9i33rhrv5ngq2jvihpj241yd72gbhhw8"))
|
||||
(base32 "11qiqkndjl3m8vzal1fx4lb3h4jv7aplasqjfi5y0a9rpq2wqaj6"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue