diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-02-13 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-02-13 01:00:00 +0100 |
commit | 56947bf28304896995ff496922056f098ffdfa4c (patch) | |
tree | c763fb59df79e85a4680f10a1bcb4b1496113c56 | |
parent | c033b05f3826b4669c587c0a3cdef3620ab83eee (diff) |
gnu: tor: Update to 0.4.6.10.
* gnu/packages/tor.scm (tor): Update to 0.4.6.10.
-rw-r--r-- | gnu/packages/tor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index c1d5c1479b..cc11255a24 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -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 |