gnu: tor: Update to 0.2.8.7.

* gnu/packages/tor.scm (tor): Update to 0.2.8.7.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
ng0 2016-08-24 19:25:02 +00:00 committed by Leo Famulari
parent 00831624b5
commit ec9be00fc5
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -38,14 +38,14 @@
(define-public tor
(package
(name "tor")
(version "0.2.8.6")
(version "0.2.8.7")
(source (origin
(method url-fetch)
(uri (string-append "https://www.torproject.org/dist/tor-"
version ".tar.gz"))
(sha256
(base32
"0nmbwcr8s1qkrc2ahrk7jz81nax74sdhszkhrrgys8ndyw1grj9x"))))
"1iigfi8ljl88s8b5y1g4ak8im57simazscl467zvfbg8k6vf4i5f"))))
(build-system gnu-build-system)
(native-inputs
`(("python" ,python-2))) ; for tests