Browse Source
gnu: tor: Update to 0.3.0.6.
* gnu/packages/tor.scm (tor): Update to 0.3.0.6.
wip-git-https
Tobias Geerinckx-Rice
5 years ago
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with
2 additions and
2 deletions
-
gnu/packages/tor.scm
|
|
@ -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" |
|
|
|