gnu: tor: Update to 0.4.7.13 [fixes TROVE-2022-002].

* gnu/packages/tor.scm (tor): Update to 0.4.7.13.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
André Batista 2023-01-19 13:40:20 -03:00 committed by Tobias Geerinckx-Rice
parent 35955bafc5
commit 4e9cb45da0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -61,14 +61,14 @@ (define-module (gnu packages tor)
(define-public tor
(package
(name "tor")
(version "0.4.7.12")
(version "0.4.7.13")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
"15g3p42hnccpz8zyk4bi8pm9fnpi7qs19wr8s0dqary42abrcp9v"))))
"17ga25dq2lcph390ljqmyd8sggp97h42d3h423qmci83rqn1fy90"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags