mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
Merge branch 'devel' into 'main'
updating podman to 4.2.0 See merge request glicid-public/guix-glicid!79
This commit is contained in:
commit
7d11d369c6
1 changed files with 15 additions and 0 deletions
|
@ -5,6 +5,21 @@
|
||||||
#:use-module ((gnu packages containers) #:prefix gnu:)
|
#: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
|
(define-public podman
|
||||||
(package
|
(package
|
||||||
(inherit gnu:podman)
|
(inherit gnu:podman)
|
||||||
|
|
Loading…
Add table
Reference in a new issue