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
|
(define-public podman
|
||||||
(package
|
(package
|
||||||
(name "podman")
|
(name "podman")
|
||||||
(version "5.4.0")
|
(version "5.4.1")
|
||||||
(outputs '("out" "docker"))
|
(outputs '("out" "docker"))
|
||||||
(properties
|
(properties
|
||||||
`((output-synopsis "docker" "docker alias for podman")))
|
`((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")
|
(url "https://github.com/containers/podman")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1mvhqw07bpi7rzsbdy0k9i33rhrv5ngq2jvihpj241yd72gbhhw8"))
|
(base32 "11qiqkndjl3m8vzal1fx4lb3h4jv7aplasqjfi5y0a9rpq2wqaj6"))
|
||||||
(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