gnu: tor: Update to 0.3.3.7.

* gnu/packages/tor.scm (tor): Update to 0.3.3.7.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-12 22:59:29 +02:00
parent b5792b9cb8
commit 502a822dfd
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 (define-public tor
(package (package
(name "tor") (name "tor")
(version "0.3.3.6") (version "0.3.3.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-" (uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1drk2h8zd05xrfpx7xn77pcxz0hs4nrq6figw56qk5gkvgv5kg4r")))) "036ybfvldj7yfci9ipjki8smpzyxdg8c5r12bghc9yxdqh9basza"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags (list "--enable-gcc-hardening" `(#:configure-flags (list "--enable-gcc-hardening"