From 04d50f0abf6eef721ef8de9d015d2121282c7b0b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 20 Dec 2020 15:16:52 +0100 Subject: gnu: protonvpn-cli: Update to 2.2.6. * gnu/packages/vpn.scm (protonvpn-cli): Update to 2.2.6. --- gnu/packages/vpn.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnu/packages/vpn.scm') diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 0c504ca6cc..1663e242de 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -351,7 +351,7 @@ traversing network address translators (@dfn{NAT}s) and firewalls.") (define-public protonvpn-cli (package (name "protonvpn-cli") - (version "2.2.4") + (version "2.2.6") (source (origin ;; PyPI has a ".whl" file but not a proper source release. @@ -362,8 +362,7 @@ traversing network address translators (@dfn{NAT}s) and firewalls.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "08yca0a0prrnrc7ir7ajd56yxvxpcs4m1k8f5kf273f5whgr7wzw")))) + (base32 "0y7v9ikrmy5dbjlpbpacp08gy838i8z54m8m4ps7ldk1j6kyia3n")))) (build-system python-build-system) (arguments '(#:tests? #f)) ; no tests in repo (native-inputs -- cgit v1.2.3 From db72ba8b7befb22a3d9d4923483d66e4a46b4f26 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 20 Dec 2020 15:20:46 +0100 Subject: gnu: openvpn: Update to 2.4.10. * gnu/packages/vpn.scm (openvpn): Update to 2.4.10. --- gnu/packages/vpn.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/vpn.scm') diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 1663e242de..c1f0b65e84 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -319,7 +319,7 @@ this process. It is compatible with Fortinet VPNs.") (define-public openvpn (package (name "openvpn") - (version "2.4.9") + (version "2.4.10") (source (origin (method url-fetch) (uri (string-append @@ -327,7 +327,7 @@ this process. It is compatible with Fortinet VPNs.") version ".tar.xz")) (sha256 (base32 - "1qpbllwlha7cffsd5dlddb8rl22g9rar5zflkz1wrcllhvfkl7v4")))) + "0xx378ja2rdfaayc257z0z5ddsp8h0jcpqnd1a6bdw3rlsam6a6g")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--enable-iproute2=yes"))) -- cgit v1.2.3