gnu: gvpe: Update to 3.0.
* gnu/packages/vpn.scm (gvpe): Update to 3.0.
This commit is contained in:
parent
336f830961
commit
3ded2761ab
|
@ -38,14 +38,14 @@
|
||||||
(define-public gvpe
|
(define-public gvpe
|
||||||
(package
|
(package
|
||||||
(name "gvpe")
|
(name "gvpe")
|
||||||
(version "2.25")
|
(version "3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/gvpe/gvpe-"
|
(uri (string-append "mirror://gnu/gvpe/gvpe-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gsipcysvsk80gvyn9jnk9g0xg4ng9yd5zp066jnmpgs52d2vhvk"))))
|
"1v61mj25iyd91z0ir7cmradkkcm1ffbk52c96v293ibsvjs2s2hf"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://software.schmorp.de/pkg/gvpe.html")
|
(home-page "http://software.schmorp.de/pkg/gvpe.html")
|
||||||
(inputs `(("openssl" ,openssl)
|
(inputs `(("openssl" ,openssl)
|
||||||
|
|
Loading…
Reference in New Issue