guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/09: gnu: openvpn: Update to 2.4.7.


From: guix-commits
Subject: 02/09: gnu: openvpn: Update to 2.4.7.
Date: Thu, 21 Feb 2019 20:49:44 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 971c8f13d66c68ea96bdb74cfa09097bcab50548
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Feb 22 01:16:12 2019 +0100

    gnu: openvpn: Update to 2.4.7.
    
    * gnu/packages/vpn.scm (openvpn): Update to 2.4.7.
---
 gnu/packages/vpn.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 0c1410c..e135fde 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -274,7 +274,7 @@ and probably others.")
 (define-public openvpn
   (package
     (name "openvpn")
-    (version "2.4.6")
+    (version "2.4.7")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -282,7 +282,7 @@ and probably others.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "09lck4wmkas3iyrzaspin9gn3wiclqb1m9sf8diy7j8wakx38r2g"))))
+                "0j7na936isk9j8nsdrrbw7wmy09inmjqvsb8mw8az7k61xbm6bx4"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--enable-iproute2=yes")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]