diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-04 17:32:56 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-05 17:32:09 +0100 |
commit | 0d34993a6579d294cad4fad667b0c2a0b8173d06 (patch) | |
tree | fc7372b7b4d663efdf14f17769a4ebf1faa9bc66 /gnu/packages/vpn.scm | |
parent | 211748d4754f26a56655bea5dfcecc79ac9667c2 (diff) | |
download | patches-0d34993a6579d294cad4fad667b0c2a0b8173d06.tar patches-0d34993a6579d294cad4fad667b0c2a0b8173d06.tar.gz |
gnu: openvpn: Update to 2.4.5.
* gnu/packages/vpn.scm (openvpn): Update to 2.4.5.
Diffstat (limited to 'gnu/packages/vpn.scm')
-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 952f12ce55..8dd3333eea 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -241,7 +241,7 @@ and probably others.") (define-public openvpn (package (name "openvpn") - (version "2.4.4") + (version "2.4.5") (source (origin (method url-fetch) (uri (string-append @@ -249,7 +249,7 @@ and probably others.") version ".tar.xz")) (sha256 (base32 - "102an395nv8l7qfx3syydzhmd9xfbycd6gvwy0h2kjz8w67ipkcn")))) + "17njq59hsraqyxrbhkrxr7dvx0p066s3pn8w1mi0yd9jldis7h23")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--enable-iproute2=yes"))) |