mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: podman: Update to 5.5.1.
* gnu/packages/containers.scm (podman): Update to 5.5.1. Change-Id: Ie271e74235569a3c39ba0a8700f88d56ecb587f8 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
e0b8a6e395
commit
3598e29f04
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
|
||||
(package
|
||||
(name "podman")
|
||||
(version "5.5.0")
|
||||
(version "5.5.1")
|
||||
(outputs '("out" "docker"))
|
||||
(properties
|
||||
`((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")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "0ackw202dnydxzpa52i6vcp1m5g1p5s9kq9s639ih5nk4qvzba87"))
|
||||
(base32 "0ka8j2vi4nip8817aw3xyra9izcmx189av65yd1ws0f0107qblgx"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue