diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-04-27 12:13:40 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-04-27 13:00:45 +0200 |
commit | 6373cddf420a0f9ae69158839c4ef886295ed5fc (patch) | |
tree | e493f399bea8965ad222caf2101c9e0a2ff92ee6 /gnu/packages/tor.scm | |
parent | baca533370e707012ebc02891249040b8e095600 (diff) | |
download | patches-6373cddf420a0f9ae69158839c4ef886295ed5fc.tar patches-6373cddf420a0f9ae69158839c4ef886295ed5fc.tar.gz |
gnu: tor: Update to 0.3.0.6.
* gnu/packages/tor.scm (tor): Update to 0.3.0.6.
Diffstat (limited to 'gnu/packages/tor.scm')
-rw-r--r-- | gnu/packages/tor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index 06b6c4febc..83e49a1536 100644 --- a/gnu/packages/tor.scm +++ b/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" |