3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: tor: Update to 0.2.8.6.

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

Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
ng0 2016-08-03 00:15:24 +00:00 committed by Andreas Enge
parent a1e0652dd8
commit 4cc4d363f2
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2,6 +2,7 @@
;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
;;;
;;; This file is part of GNU Guix.
;;;
@ -37,14 +38,14 @@
(define-public tor
(package
(name "tor")
(version "0.2.7.6")
(version "0.2.8.6")
(source (origin
(method url-fetch)
(uri (string-append "https://www.torproject.org/dist/tor-"
version ".tar.gz"))
(sha256
(base32
"0p8hjlfi8dwghlyjif5s0q98cmpgz9kn9jja25430l04z5wqcfj9"))))
"0nmbwcr8s1qkrc2ahrk7jz81nax74sdhszkhrrgys8ndyw1grj9x"))))
(build-system gnu-build-system)
(native-inputs
`(("python" ,python-2))) ; for tests