diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-26 16:11:45 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-26 21:08:57 +0200 |
commit | a3cbd75bb3bde551cf138659b51d9cd725b74588 (patch) | |
tree | 06817fb084df37017080c9d05ed1fe7d387f8caa /gnu/packages | |
parent | b6617a1ed86e8239325111b650b7468f0cc374dc (diff) | |
download | guix-a3cbd75bb3bde551cf138659b51d9cd725b74588.tar.gz guix-a3cbd75bb3bde551cf138659b51d9cd725b74588.zip |
gnu: openvpn: Update to 2.4.6.
* gnu/packages/vpn.scm (openvpn): Update to 2.4.6.
Diffstat (limited to 'gnu/packages')
-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 6ba3677a90..c93960bc05 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -278,7 +278,7 @@ and probably others.") (define-public openvpn (package (name "openvpn") - (version "2.4.5") + (version "2.4.6") (source (origin (method url-fetch) (uri (string-append @@ -286,7 +286,7 @@ and probably others.") version ".tar.xz")) (sha256 (base32 - "17njq59hsraqyxrbhkrxr7dvx0p066s3pn8w1mi0yd9jldis7h23")))) + "09lck4wmkas3iyrzaspin9gn3wiclqb1m9sf8diy7j8wakx38r2g")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--enable-iproute2=yes"))) |