GNU bug report logs - #77456
[PATCH] gnu: tor: Update to 0.4.8.16.

Previous Next

Package: guix-patches;

Reported by: André Batista <nandre <at> riseup.net>

Date: Wed, 2 Apr 2025 14:13:07 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: André Batista <nandre <at> riseup.net>
To: guix-patches <at> gnu.org
Cc: André Batista <nandre <at> riseup.net>
Subject: [PATCH] gnu: tor: Update to 0.4.8.16.
Date: Wed,  2 Apr 2025 11:10:58 -0300
* gnu/packages/tor.scm (tor): Update to 0.4.8.16.

Change-Id: Ic769b6982ca22992b1120cf91c80c833dbf2b5d0
---
 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 b22daf3140..1016f16318 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -66,14 +66,14 @@ (define-module (gnu packages tor)
 (define-public tor
   (package
     (name "tor")
-    (version "0.4.8.14")
+    (version "0.4.8.16")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "043dlq2b794ifr8ks1crrrcds53pc9567xsqp17ar6ids7gf2ish"))))
+               "1jwhsg7w31y9chfzww7nnjjhyappgwxslc3msbkvh3qjg8vxsh35"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags

base-commit: 5735c278e16517d9be5e26235fe68dea9bae3527
-- 
2.48.1





This bug report was last modified 49 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.