guix-commits
[Top][All Lists]
Advanced

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

09/19: gnu: xl2tpd: Update to 1.3.16.


From: guix-commits
Subject: 09/19: gnu: xl2tpd: Update to 1.3.16.
Date: Wed, 4 Nov 2020 22:00:39 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c346951386cb747835a2593902fb08e8c8a6a9b7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 4 22:07:48 2020 +0100

    gnu: xl2tpd: Update to 1.3.16.
    
    * gnu/packages/vpn.scm (xl2tpd): Update to 1.3.16.
---
 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 e451ca1..e43f467 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -634,7 +634,7 @@ public keys and can roam across IP addresses.")
 (define-public xl2tpd
   (package
     (name "xl2tpd")
-    (version "1.3.15")
+    (version "1.3.16")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -643,7 +643,7 @@ public keys and can roam across IP addresses.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0ppwza8nwm1av1vldw40gin9wrjrs4l9si50jad414js3k8ycaag"))))
+                "0is5ccrvijz0pfm45pfrlbb9y8231yz3c4zqs8mkgakl9rxajy6l"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags (list (string-append "PREFIX=" %output)



reply via email to

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