gnu: tor: Update to 0.3.4.9.

* gnu/packages/tor.scm (tor): Update to 0.3.4.9.
master
Tobias Geerinckx-Rice 2018-11-02 19:47:54 +01:00
parent ff349415b2
commit 3995e85462
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -47,14 +47,14 @@
(define-public tor
(package
(name "tor")
(version "0.3.4.8")
(version "0.3.4.9")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
"08qhzcmzxp5xr2l5721vagksqnnbrzzzy5hmz5y9r8lrq2r4qsl2"))))
"0jhnvnp08hsfrzgsvg5xnfxyaw3nzgg9h24cwbwnz6iby20i05qs"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list "--enable-gcc-hardening"