nckx pushed a commit to branch master
in repository guix.
commit 4e9cb45da0cc41cf85b720640a8ba9bc88c28d46
Author: André Batista <[email protected]>
AuthorDate: Thu Jan 19 13:40:20 2023 -0300
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 <[email protected]>
---
gnu/packages/tor.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index d88a840906..63ffba9d74 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -61,14 +61,14 @@
(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