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