mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: tor: Update to 0.4.8.16.
* gnu/packages/tor.scm (tor): Update to 0.4.8.16. Change-Id: Ic769b6982ca22992b1120cf91c80c833dbf2b5d0 Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
@@ -66,14 +66,14 @@
|
||||
(define-public tor
|
||||
(package
|
||||
(name "tor")
|
||||
(version "0.4.8.14")
|
||||
(version "0.4.8.16")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dist.torproject.org/tor-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"043dlq2b794ifr8ks1crrrcds53pc9567xsqp17ar6ids7gf2ish"))))
|
||||
"1jwhsg7w31y9chfzww7nnjjhyappgwxslc3msbkvh3qjg8vxsh35"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
||||
Reference in New Issue
Block a user