[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60949] [PATCH] gnu: tor: Update to 0.4.7.13 [fixes TROVE-2022-002].
From: |
André Batista |
Subject: |
[bug#60949] [PATCH] gnu: tor: Update to 0.4.7.13 [fixes TROVE-2022-002]. |
Date: |
Thu, 19 Jan 2023 13:40:20 -0300 |
* gnu/packages/tor.scm (tor): Update to 0.4.7.13.
---
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-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
--
2.38.0
- [bug#60949] [PATCH] gnu: tor: Update to 0.4.7.13 [fixes TROVE-2022-002].,
André Batista <=