diff options
author | Julien Lepiller <julien@lepiller.eu> | 2017-01-08 18:16:41 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2017-01-13 19:13:35 +0100 |
commit | fa3346b85265adf52ac985353dc7f67d71132939 (patch) | |
tree | 0b9a888470bd695c3e64a22fa46d56dddc9b5f12 /gnu/packages/vpn.scm | |
parent | 557d9c8d7a843bf06e75b4e1a742654ccf951fa3 (diff) | |
download | patches-fa3346b85265adf52ac985353dc7f67d71132939.tar patches-fa3346b85265adf52ac985353dc7f67d71132939.tar.gz |
gnu: openvpn: Update to 2.4.0.
* gnu/packages/vpn.scm (openvpn): Update to 2.4.0.
Diffstat (limited to 'gnu/packages/vpn.scm')
-rw-r--r-- | gnu/packages/vpn.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 0ce51aaf88..8c7f07a263 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2015 Jeff Mickey <j@codemac.net> ;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu> ;;; ;;; This file is part of GNU Guix. ;;; @@ -152,7 +153,7 @@ and probably others.") (define-public openvpn (package (name "openvpn") - (version "2.3.14") + (version "2.4.0") (source (origin (method url-fetch) (uri (string-append @@ -160,7 +161,7 @@ and probably others.") version ".tar.xz")) (sha256 (base32 - "167frlmmg2raffn9h7ww3agdwgfdl0wa5wm9fsgl0i6mz3md187k")))) + "0zpqnbhjaifdalyxwmvk5kcyd7cpxbcigbn7967nbsyvl54vl8vg")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--enable-iproute2=yes"))) |