mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: openvpn: Update to 2.5.4.
* gnu/packages/vpn.scm (openvpn): Update to 2.5.4.
This commit is contained in:
parent
2b6f90b09d
commit
ea5d464247
1 changed files with 2 additions and 2 deletions
|
@ -721,7 +721,7 @@ (define-public openfortivpn
|
|||
(define-public openvpn
|
||||
(package
|
||||
(name "openvpn")
|
||||
(version "2.5.3")
|
||||
(version "2.5.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -729,7 +729,7 @@ (define-public openvpn
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0zlski66mw10klmwvg445z051mld7xjng4iyl4f9b883qr1rjspv"))))
|
||||
"0di4g48kzh5qgm4ri3z6qdjfy23ligmqd7260ynw8f5rgb9drh2n"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--enable-iproute2=yes")))
|
||||
|
|
Loading…
Reference in a new issue