gnu: openvpn: Update to 2.4.6.
* gnu/packages/vpn.scm (openvpn): Update to 2.4.6.
This commit is contained in:
parent
b6617a1ed8
commit
a3cbd75bb3
1 changed files with 2 additions and 2 deletions
|
@ -278,7 +278,7 @@ (define-public openconnect
|
|||
(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 @@ (define-public openvpn
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17njq59hsraqyxrbhkrxr7dvx0p066s3pn8w1mi0yd9jldis7h23"))))
|
||||
"09lck4wmkas3iyrzaspin9gn3wiclqb1m9sf8diy7j8wakx38r2g"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--enable-iproute2=yes")))
|
||||
|
|
Loading…
Reference in a new issue