mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: podman: Update to 5.4.0.
* gnu/packages/containers.scm (podman): Update to 5.4.0. Change-Id: Ic740901a5b0681d81740d49f6d3b49cef7d1d2fc Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
6e5fa9f13a
commit
e07637a4a8
1 changed files with 2 additions and 2 deletions
|
@ -468,7 +468,7 @@ Its main purpose is to support the key usage by @code{docker-init}:
|
|||
(define-public podman
|
||||
(package
|
||||
(name "podman")
|
||||
(version "5.3.2")
|
||||
(version "5.4.0")
|
||||
(outputs '("out" "docker"))
|
||||
(properties
|
||||
`((output-synopsis "docker" "docker alias for podman")))
|
||||
|
@ -479,7 +479,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 "100jjj3fjb2mlx6hdj8gm4c1khcfrrf67rvm3r1nz7p007pkx4yg"))
|
||||
(base32 "1mvhqw07bpi7rzsbdy0k9i33rhrv5ngq2jvihpj241yd72gbhhw8"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue