me
/
guix
Archived
1
0
Fork 0

gnu: tor: Update to 0.4.6.10.

* gnu/packages/tor.scm (tor): Update to 0.4.6.10.
master
Tobias Geerinckx-Rice 2022-02-13 01:00:00 +01:00
parent c033b05f38
commit 56947bf283
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.9")
(version "0.4.6.10")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
"1ad99k4wysxrnlaprv7brxr2nc0h5zdnrh0rma10pqlck2037sf7"))
"077374vqk9mxi63viksq5zwn05i4xa2bqcihwwxz6n750h7ddk4l"))
(patches (search-patches "tor-sandbox-i686.patch"))))
(build-system gnu-build-system)
(arguments