summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-02 22:55:22 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-03 00:16:15 +0100
commit2b247e51d82c4d579263e8bc5cc3ede0964daa5f (patch)
tree4be8c2665a3f890e4aa352def644bf2e17ad710f /gnu
parent657c3ff6b5df2a26152e68bc514e6e4eb7ce17ac (diff)
downloadguix-2b247e51d82c4d579263e8bc5cc3ede0964daa5f.tar.gz
gnu: tinc: Update to 1.0.36.
* gnu/packages/vpn.scm (tinc): Update to 1.0.36.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/vpn.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index b28a367512..a50fee666f 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -305,14 +305,14 @@ traversing network address translators (@dfn{NAT}s) and firewalls.")
 (define-public tinc
   (package
     (name "tinc")
-    (version "1.0.35")
+    (version "1.0.36")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://tinc-vpn.org/packages/"
                                   "tinc-" version ".tar.gz"))
               (sha256
                (base32
-                "0pl92sdwrkiwgll78x0ww06hfljd07mkwm62g8x17qn3gha3pj0q"))))
+                "021i2sl2mjscbm8g59d7vs74iw3gf0m48wg7w3zhwj6czarkpxs0"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags