guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: tinc: Update to 1.0.28.


From: Efraim Flashner
Subject: 02/02: gnu: tinc: Update to 1.0.28.
Date: Thu, 12 May 2016 04:02:56 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 7e19194d07f336dc044052d44d6a49076131801d
Author: Efraim Flashner <address@hidden>
Date:   Thu May 12 06:59:49 2016 +0300

    gnu: tinc: Update to 1.0.28.
---
 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 4be4a1d..477b051 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -179,14 +179,14 @@ traversing network address translators (NATs) and 
firewalls.")
 (define-public tinc
   (package
     (name "tinc")
-    (version "1.0.26")
+    (version "1.0.28")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://tinc-vpn.org/packages/";
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "08ds8s32cjslms1q227ihd6jz35583v378ij4pknfa5xngfijhrb"))))
+                "0i5kx3hza359nclyhb60kxlzqyx0phmg175350hww28g6scjcl0b"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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