gnu: tor: Update to 0.2.7.5.

* gnu/packages/tor.scm (tor): Update to 0.2.7.5.
master
Ludovic Courtès 2015-11-27 15:06:15 +01:00
parent ef8742ea69
commit 4331f558d7
1 changed files with 2 additions and 2 deletions

View File

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