gnu: tor: Update to 0.2.8.10.

* gnu/packages/tor.scm (tor): Update to 0.2.8.10.
master
Efraim Flashner 2016-12-03 22:56:39 +02:00
parent 4b569a4ff5
commit 12ed023fb7
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -39,14 +39,14 @@
(define-public tor
(package
(name "tor")
(version "0.2.8.9")
(version "0.2.8.10")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
"05jkvhbgyq81fcmk1xpl3yw97ljj5sg9pngl27zlmgl7p0xjfp1z"))))
"0kcw9hq4xz8p91xwyhjfry5p1dmn7vvnhpfz66vl9gsfndbqr2y8"))))
(build-system gnu-build-system)
(native-inputs
`(("python" ,python-2))) ; for tests