me
/
guix
Archived
1
0
Fork 0

gnu: openconnect: Update to 8.03.

* gnu/packages/vpn.scm (openconnect): Update to 8.03.
master
Tobias Geerinckx-Rice 2019-05-20 01:28:52 +02:00
parent f5557bde1c
commit 9956812237
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -244,13 +244,13 @@ the user specifically asks to proxy, so the @dfn{VPN} interface no longer
(define-public openconnect
(package
(name "openconnect")
(version "8.02")
(version "8.03")
(source (origin
(method url-fetch)
(uri (string-append "ftp://ftp.infradead.org/pub/openconnect/"
"openconnect-" version ".tar.gz"))
(sha256 (base32
"04p0vzc1791h68hd9803wsyb64zrwm8qpdqx0szhj9pig71g5a0w"))))
"1wlypi68kqqg2mdck8wvf6aanhrmf9i7z6lngyxvcrp23jdzz34h"))))
(build-system gnu-build-system)
(inputs
`(("libxml2" ,libxml2)