diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-17 18:06:19 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-17 18:35:21 +0100 |
commit | 9eee025bf873d727129d94da61c7baaf7a70a71c (patch) | |
tree | 94ff572018311684a2f7e63918911d031ebab346 /gnu/packages/tor.scm | |
parent | 489f4b9b1b6d1677d7d8496dd320a2882809638f (diff) |
gnu: tor: Update to 0.4.6.9.
* gnu/packages/tor.scm (tor): Update to 0.4.6.9.
Diffstat (limited to 'gnu/packages/tor.scm')
-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 725373bd98..c1d5c1479b 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.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 |