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'
adding podman 4.1.1 See merge request glicid-public/guix-glicid!60
This commit is contained in:
commit
31cf6e3b2f
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.1.1")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (list
|
||||||
|
(string-append "https://github.com/containers/podman/archive/refs/tags/v" version ".tar.gz")
|
||||||
|
))
|
||||||
|
(sha256 (base32 "198hdf8wg50zcgrl3982yj3xd227224r7mgb135r9vmgn7lk5gr7"))
|
||||||
|
))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
(define-public podman
|
(define-public podman
|
||||||
(package
|
(package
|
||||||
(inherit gnu:podman)
|
(inherit gnu:podman)
|
||||||
|
|
Loading…
Add table
Reference in a new issue