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.14.
* gnu/packages/tor.scm (tor): Update to 0.4.8.14. Change-Id: I40fbe5b019c03f420b51932e32838bc0a7cf823d Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
@@ -66,14 +66,14 @@
|
||||
(define-public tor
|
||||
(package
|
||||
(name "tor")
|
||||
(version "0.4.8.13")
|
||||
(version "0.4.8.14")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dist.torproject.org/tor-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0a5sdx70fanhghlzcal6csyc4xzbwr322mys88whp0m2hz1jdbwv"))))
|
||||
"043dlq2b794ifr8ks1crrrcds53pc9567xsqp17ar6ids7gf2ish"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
||||
Reference in New Issue
Block a user