mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: openvpn: Update to 2.5.5.
* gnu/packages/vpn.scm (openvpn): Update to 2.5.5.
This commit is contained in:
parent
2e964d0d7d
commit
d0985ee3c5
1 changed files with 2 additions and 2 deletions
|
@ -703,7 +703,7 @@ this process. It is compatible with Fortinet VPNs.")
|
|||
(define-public openvpn
|
||||
(package
|
||||
(name "openvpn")
|
||||
(version "2.5.4")
|
||||
(version "2.5.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -711,7 +711,7 @@ this process. It is compatible with Fortinet VPNs.")
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0di4g48kzh5qgm4ri3z6qdjfy23ligmqd7260ynw8f5rgb9drh2n"))))
|
||||
"0fq0nvgpbyvdxc8vwka51whgm3kkvjb3c9xarpv3h211l2gxd6qi"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--enable-iproute2=yes")))
|
||||
|
|
Loading…
Reference in a new issue