gnu: tor: Update to 0.4.6.8.

* gnu/packages/tor.scm (tor): Update to 0.4.6.8.
[fixes low-severity TROVE-2021-008]
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-27 00:08:27 +02:00
parent c6adc09473
commit ebc2740637
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -57,14 +57,14 @@
(define-public tor
(package
(name "tor")
(version "0.4.6.7")
(version "0.4.6.8")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
"16hga7195va8v0x062dc05nbz4sm3dscifcqpl8235dj47hmqrpz"))))
"0sj7qn6d6js6gk4vjfkc7p9g021czbfaq00yfq3mn5ycnhvimkhm"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags