mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: podman: Update to 5.2.3.
* gnu/packages/containers.scm (podman): Update to 5.2.3. Change-Id: Icc4bf862e509ad74502148994aa21fde95aef626 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
26e940036f
commit
9e0f65b55b
1 changed files with 2 additions and 2 deletions
|
@ -464,7 +464,7 @@ (define-public catatonit
|
|||
(define-public podman
|
||||
(package
|
||||
(name "podman")
|
||||
(version "5.2.1")
|
||||
(version "5.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -472,7 +472,7 @@ (define-public podman
|
|||
(url "https://github.com/containers/podman")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "1xa629vbh6mpish5cwr87pcv01hgzh92y7k7jdpm9wz7z445y1n7"))
|
||||
(base32 "1yz2blyxyqk76glg152rqnw2xcqrhihv1bcb0yxvg1lh6y5d8nfq"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue