From b7d70aeb0b5fd595bcbb59b61e513f1291f45575 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 30 Jun 2021 20:02:32 +0300 Subject: gnu: tor: Update to 0.4.6.6. * gnu/packages/tor.scm (tor): Update to 0.4.6.6. [source]: Remove patch. * gnu/packages/patches/tor-fix-build-with-gcc-7.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. --- gnu/packages/tor.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnu/packages/tor.scm') diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm index 2d9aac1924..e4f16f6caa 100644 --- a/gnu/packages/tor.scm +++ b/gnu/packages/tor.scm @@ -56,15 +56,14 @@ (define-public tor (package (name "tor") - (version "0.4.6.5") + (version "0.4.6.6") (source (origin (method url-fetch) (uri (string-append "https://dist.torproject.org/tor-" version ".tar.gz")) (sha256 (base32 - "1yacd7h7wg8n6wwrjmx2g9xjj24kj08j5sai9g7fm4cp1m73avbv")) - (patches (search-patches "tor-fix-build-with-gcc-7.patch")))) + "04ifi18cj4cw5lhfzgfrrc42j7qqdmbvxq24xlhj0dsmljdih8rl")))) (build-system gnu-build-system) (arguments `(#:configure-flags -- cgit v1.2.3