gnu: tor: Update to 0.2.4.24.

* gnu/packages/tor.scm (tor): Update to 0.2.4.24.
This commit is contained in:
Mark H Weaver 2014-10-02 02:24:41 -04:00
parent 98caed035f
commit 4b91ce2974
1 changed files with 2 additions and 2 deletions

View File

@ -32,14 +32,14 @@
(define-public tor (define-public tor
(package (package
(name "tor") (name "tor")
(version "0.2.4.23") (version "0.2.4.24")
(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
"0a8l6d82hk4wbn7nlphd3c1maxhgdli8338wbg5r9dk6zcy7k8q5")))) "1l8aczqz8injzcj3mabx4figl8ahkzb0vs9s3nir6kn0b1l5rccr"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("zlib" ,zlib) `(("zlib" ,zlib)