mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
updating podman to 4.2.0
This commit is contained in:
parent
170326c9c5
commit
459357ed85
1 changed files with 15 additions and 0 deletions
|
@ -5,6 +5,21 @@
|
|||
#:use-module ((gnu packages containers) #:prefix gnu:)
|
||||
)
|
||||
|
||||
(define-public podman
|
||||
(package
|
||||
(inherit gnu:podman)
|
||||
(name "podman")
|
||||
(version "4.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list
|
||||
(string-append "https://github.com/containers/podman/archive/refs/tags/v" version ".tar.gz")
|
||||
))
|
||||
(sha256 (base32 "1x5jmmz78ggnlyidc0ivcghpkysd4zkm598jjbf9gkaw09cvry0m"))
|
||||
))
|
||||
)
|
||||
)
|
||||
|
||||
(define-public podman
|
||||
(package
|
||||
(inherit gnu:podman)
|
||||
|
|
Loading…
Add table
Reference in a new issue