me
/
guix
Archived
1
0
Fork 0

gnu: podman: Update to 4.2.0.

* gnu/packages/containers.scm (podman): Update to 4.2.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Zhu Zihao 2022-09-04 13:28:30 +08:00 committed by Ludovic Courtès
parent 14a450ae21
commit 3808667573
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -272,7 +272,7 @@ configure network interfaces in Linux containers.")
(define-public podman
(package
(name "podman")
(version "3.4.4")
(version "4.2.0")
(source
(origin
(method git-fetch)
@ -280,7 +280,7 @@ configure network interfaces in Linux containers.")
(url "https://github.com/containers/podman")
(commit (string-append "v" version))))
(sha256
(base32 "1q09qsl1wwiiy5njvb97n1j5f5jin4ckmzj5xbdfs28czb2kx3g5"))
(base32 "00wyjppd11hznmals9ax4s2qjklj6p1vfz4jjkp50bk8q4blxfbj"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)