mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
guix defined openconnect is now newer
This commit is contained in:
parent
51db9a962f
commit
0f43e500e4
1 changed files with 17 additions and 14 deletions
|
@ -4,17 +4,20 @@
|
||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-public openconnect-upstream
|
|
||||||
(package
|
; guix defined openconnect is now newer
|
||||||
(inherit gnu:openconnect)
|
|
||||||
(version "8.20")
|
;(define-public openconnect-upstream
|
||||||
(source
|
; (package
|
||||||
(origin
|
; (inherit gnu:openconnect)
|
||||||
(method url-fetch)
|
; (version "8.20")
|
||||||
(uri (string-append "https://www.infradead.org/openconnect/download/openconnect-" version ".tar.gz"))
|
; (source
|
||||||
(sha256 (base32 "1cdsx4nsrwawbsisfkldfc9i4qn60g03vxb13nzppr2br9p4rrih"))
|
; (origin
|
||||||
)
|
; (method url-fetch)
|
||||||
)
|
; (uri (string-append "https://www.infradead.org/openconnect/download/openconnect-" version ".tar.gz"))
|
||||||
(name "openconnect-upstream")
|
; (sha256 (base32 "1cdsx4nsrwawbsisfkldfc9i4qn60g03vxb13nzppr2br9p4rrih"))
|
||||||
)
|
; )
|
||||||
)
|
; )
|
||||||
|
; (name "openconnect-upstream")
|
||||||
|
; )
|
||||||
|
; )
|
||||||
|
|
Loading…
Add table
Reference in a new issue