1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 11:01:48 +02:00

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.
This commit is contained in:
Efraim Flashner
2021-06-30 20:02:32 +03:00
parent e8e1dd2439
commit b7d70aeb0b
3 changed files with 2 additions and 34 deletions
+2 -3
View File
@@ -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