summary refs log tree commit diff
path: root/gnu/packages/tor.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-06-30 20:02:32 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-06-30 20:02:32 +0300
commitb7d70aeb0b5fd595bcbb59b61e513f1291f45575 (patch)
tree6544566a81b2edcb1ee21c21f26871c9ca24d200 /gnu/packages/tor.scm
parente8e1dd2439d9834c062a254c60d897434e9b3f20 (diff)
downloadguix-b7d70aeb0b5fd595bcbb59b61e513f1291f45575.tar.gz
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.
Diffstat (limited to 'gnu/packages/tor.scm')
-rw-r--r--gnu/packages/tor.scm5
1 files changed, 2 insertions, 3 deletions
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