diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-12-20 03:55:38 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-12-20 03:55:38 +0200 |
commit | 08703721590d897ef8f87849887604c100eb561b (patch) | |
tree | d86e142f7df3f6578cf8df186d7bac7671b1395f /gnu/packages/tor.scm | |
parent | dc0ef095b32f57a935764d40530af0b32a01d715 (diff) | |
download | patches-08703721590d897ef8f87849887604c100eb561b.tar patches-08703721590d897ef8f87849887604c100eb561b.tar.gz |
gnu: tor: Update to 0.2.9.8.
* gnu/packages/tor.scm (tor): Update to 0.2.9.8.
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 707c0c9703..6f26f404be 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -39,14 +39,14 @@ (define-public tor (package (name "tor") - (version "0.2.8.11") + (version "0.2.9.8") (source (origin (method url-fetch) (uri (string-append "https://dist.torproject.org/tor-" version ".tar.gz")) (sha256 (base32 - "1cvaviamvmajzpdgjn2k1rk3g9ywl1c4ygs5157gvnkyl6zs1pks")))) + "0sklgmx4nikcfhqd606kvpwy1l8840w24ikli1xjjx25739k7pgv")))) (build-system gnu-build-system) (native-inputs `(("python" ,python-2))) ; for tests |