gnu: tor: Update to 0.2.6.10.

* gnu/packages/tor.scm (tor): Update to 0.2.6.10.
This commit is contained in:
Mark H Weaver 2015-07-22 22:10:07 -04:00
parent 0e9f9f7bc2
commit 6bb5c4ef71
1 changed files with 2 additions and 2 deletions

View File

@ -33,14 +33,14 @@
(define-public tor (define-public tor
(package (package
(name "tor") (name "tor")
(version "0.2.6.8") (version "0.2.6.10")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.torproject.org/dist/tor-" (uri (string-append "https://www.torproject.org/dist/tor-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0xlsc2pa7i8hm8dyilln6p4rb0pig62b9c31yp1m0hj5jqw3d2xq")))) "13ab4bqz19980q4qgmbr7ar4r9y70bmsfbw66y9n31ivwkpw0hh5"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("python" ,python-2))) ; for tests `(("python" ,python-2))) ; for tests