gnu: openconnect: Update to 8.04.

* gnu/packages/vpn.scm (openconnect): Update to 8.04.
master
Tobias Geerinckx-Rice 2019-08-11 19:36:24 +02:00
parent ffb7e5a8e4
commit c383c36ede
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

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