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'
guix defined openconnect is now newer See merge request glicid-public/guix-glicid!96
This commit is contained in:
commit
e0763ec7e1
1 changed files with 17 additions and 14 deletions
|
@ -4,17 +4,20 @@
|
|||
#:use-module (guix download)
|
||||
)
|
||||
|
||||
(define-public openconnect-upstream
|
||||
(package
|
||||
(inherit gnu:openconnect)
|
||||
(version "8.20")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.infradead.org/openconnect/download/openconnect-" version ".tar.gz"))
|
||||
(sha256 (base32 "1cdsx4nsrwawbsisfkldfc9i4qn60g03vxb13nzppr2br9p4rrih"))
|
||||
)
|
||||
)
|
||||
(name "openconnect-upstream")
|
||||
)
|
||||
)
|
||||
|
||||
; guix defined openconnect is now newer
|
||||
|
||||
;(define-public openconnect-upstream
|
||||
; (package
|
||||
; (inherit gnu:openconnect)
|
||||
; (version "8.20")
|
||||
; (source
|
||||
; (origin
|
||||
; (method url-fetch)
|
||||
; (uri (string-append "https://www.infradead.org/openconnect/download/openconnect-" version ".tar.gz"))
|
||||
; (sha256 (base32 "1cdsx4nsrwawbsisfkldfc9i4qn60g03vxb13nzppr2br9p4rrih"))
|
||||
; )
|
||||
; )
|
||||
; (name "openconnect-upstream")
|
||||
; )
|
||||
; )
|
||||
|
|
Loading…
Add table
Reference in a new issue