diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-11-02 19:47:54 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-11-02 19:51:12 +0100 |
commit | 3995e854620c993782e584471013ffe388cf7ced (patch) | |
tree | 5ea13a46194b8d675ef24ae60ca8717d287451b2 /gnu | |
parent | ff349415b27cc764fd7168ef35ca76c3b8b05889 (diff) | |
download | patches-3995e854620c993782e584471013ffe388cf7ced.tar patches-3995e854620c993782e584471013ffe388cf7ced.tar.gz |
gnu: tor: Update to 0.3.4.9.
* gnu/packages/tor.scm (tor): Update to 0.3.4.9.
Diffstat (limited to 'gnu')
-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 7d46191c12..61b0c82e30 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -47,14 +47,14 @@ (define-public tor (package (name "tor") - (version "0.3.4.8") + (version "0.3.4.9") (source (origin (method url-fetch) (uri (string-append "https://dist.torproject.org/tor-" version ".tar.gz")) (sha256 (base32 - "08qhzcmzxp5xr2l5721vagksqnnbrzzzy5hmz5y9r8lrq2r4qsl2")))) + "0jhnvnp08hsfrzgsvg5xnfxyaw3nzgg9h24cwbwnz6iby20i05qs")))) (build-system gnu-build-system) (arguments `(#:configure-flags (list "--enable-gcc-hardening" |