gnu: tor: Update to 0.4.6.9.

* gnu/packages/tor.scm (tor): Update to 0.4.6.9.
This commit is contained in:
Tobias Geerinckx-Rice 2021-12-17 18:06:19 +01:00
parent 489f4b9b1b
commit 9eee025bf8
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.8")
(version "0.4.6.9")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
"0sj7qn6d6js6gk4vjfkc7p9g021czbfaq00yfq3mn5ycnhvimkhm"))
"1ad99k4wysxrnlaprv7brxr2nc0h5zdnrh0rma10pqlck2037sf7"))
(patches (search-patches "tor-sandbox-i686.patch"))))
(build-system gnu-build-system)
(arguments