gnu: openconnect: Update to 7.07.

* gnu/packages/vpn.scm (openconnect): Update to 7.07.
master
Tobias Geerinckx-Rice 2016-10-23 16:31:49 +02:00
parent bdc74f07c3
commit 373e765ec3
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -116,13 +116,13 @@ Only \"Universal TUN/TAP device driver support\" is needed in the kernel.")
(define-public openconnect
(package
(name "openconnect")
(version "7.05")
(version "7.07")
(source (origin
(method url-fetch)
(uri (string-append "ftp://ftp.infradead.org/pub/openconnect/"
"openconnect-" version ".tar.gz"))
(sha256 (base32
"1i102yr8yp2ny587n6pd966443h1pqxyw5q0n5afq575046jj98g"))))
"0rl33f1g42hxzqfv2a33gls8cb77q4w432xkims1dnfwhzagrv7k"))))
(build-system gnu-build-system)
(inputs
`(("libxml2" ,libxml2)