mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
remove duplicate for podman
This commit is contained in:
parent
2dfeee50ba
commit
0a3a171598
1 changed files with 16 additions and 14 deletions
|
@ -20,20 +20,22 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-public podman-4.2.1
|
;; YD : now uptreamed…
|
||||||
(package
|
|
||||||
(inherit gnu:podman)
|
;(define-public podman-4.2.1
|
||||||
(name "podman")
|
; (package
|
||||||
(version "4.2.1")
|
; (inherit gnu:podman)
|
||||||
(source (origin
|
; (name "podman")
|
||||||
(method url-fetch)
|
; (version "4.2.1")
|
||||||
(uri (list
|
; (source (origin
|
||||||
(string-append "https://github.com/containers/podman/archive/refs/tags/v" version ".tar.gz")
|
; (method url-fetch)
|
||||||
))
|
; (uri (list
|
||||||
(sha256 (base32 "1wqxiln5p29qq92317m7mllalgk2dy7fqrh48pd2hmcz3blh805i"))
|
; (string-append "https://github.com/containers/podman/archive/refs/tags/v" version ".tar.gz")
|
||||||
))
|
; ))
|
||||||
)
|
; (sha256 (base32 "1wqxiln5p29qq92317m7mllalgk2dy7fqrh48pd2hmcz3blh805i"))
|
||||||
)
|
; ))
|
||||||
|
; )
|
||||||
|
;)
|
||||||
|
|
||||||
(define-public podman-4.2.0
|
(define-public podman-4.2.0
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Reference in a new issue