mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: podman: Update to 4.3.1.
* gnu/packages/containers.scm (podman): Update to 4.3.1. [native-inputs]: Add python, for hack/markdown-preprocess. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
4ca649e978
commit
bac6689d3f
1 changed files with 4 additions and 3 deletions
|
@ -274,7 +274,7 @@ (define-public cni-plugins
|
|||
(define-public podman
|
||||
(package
|
||||
(name "podman")
|
||||
(version "4.2.1")
|
||||
(version "4.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -282,7 +282,7 @@ (define-public podman
|
|||
(url "https://github.com/containers/podman")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "0ph8gf5gk9z1hm1v5kv924dipswvgrz0sgk23plnh2q0vbnh4wvv"))
|
||||
(base32 "05hv4xdf06n728lmsx793zygypc9i404bgcgpy0fyrg8c2s11q2h"))
|
||||
(file-name (git-file-name name version))))
|
||||
|
||||
(build-system gnu-build-system)
|
||||
|
@ -346,7 +346,8 @@ (define-public podman
|
|||
git
|
||||
go
|
||||
; strace ; XXX debug
|
||||
pkg-config))
|
||||
pkg-config
|
||||
python))
|
||||
(home-page "https://podman.io")
|
||||
(synopsis "Manage containers, images, pods, and their volumes")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue