gnu: tor: Update to 0.3.0.6.

* gnu/packages/tor.scm (tor): Update to 0.3.0.6.
master
Tobias Geerinckx-Rice 2017-04-27 12:13:40 +02:00
parent baca533370
commit 6373cddf42
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -43,14 +43,14 @@
(define-public tor
(package
(name "tor")
(version "0.2.9.10")
(version "0.3.0.6")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
"0h8kpn42mgpkzmnga143hi8nh0ai65ypxh7qhkwbb15j3wz2h4fn"))))
"057vq8wagppmrlg85dgbsrk1v67yqpbi9n87s8gn0mdm7kli5rd3"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list "--enable-expensive-hardening"