Skip to content
Snippets Groups Projects
Commit 6bb5c4ef authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: tor: Update to 0.2.6.10.

* gnu/packages/tor.scm (tor): Update to 0.2.6.10.
parent 0e9f9f7b
No related branches found
No related tags found
No related merge requests found
...@@ -33,14 +33,14 @@ (define-module (gnu packages tor) ...@@ -33,14 +33,14 @@ (define-module (gnu packages tor)
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment