3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: tinc: Update to 1.0.36.

* gnu/packages/vpn.scm (tinc): Update to 1.0.36.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-02 22:55:22 +01:00
parent 657c3ff6b5
commit 2b247e51d8
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -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