diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-20 15:20:46 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-20 15:48:23 +0100 |
commit | db72ba8b7befb22a3d9d4923483d66e4a46b4f26 (patch) | |
tree | cf9b6a2cf61ca22ca21f1afa2d3b6b58fe839f5a /gnu | |
parent | 33c140e0fb3ddcd6ce05c02bc00df102830ecbd6 (diff) | |
download | guix-db72ba8b7befb22a3d9d4923483d66e4a46b4f26.tar.gz guix-db72ba8b7befb22a3d9d4923483d66e4a46b4f26.zip |
gnu: openvpn: Update to 2.4.10.
* gnu/packages/vpn.scm (openvpn): Update to 2.4.10.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/vpn.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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"))) |