ieure pushed a commit to branch master
in repository guix.

commit 7e92c687c36e1e136d2511684609aeccfc3008d7
Author: AndrĂ© Batista <[email protected]>
AuthorDate: Wed Apr 2 11:10:58 2025 -0300

    gnu: tor: Update to 0.4.8.16.
    
    * gnu/packages/tor.scm (tor): Update to 0.4.8.16.
    
    Change-Id: Ic769b6982ca22992b1120cf91c80c833dbf2b5d0
    Signed-off-by: Ian Eure <[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 b22daf3140..1016f16318 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -66,14 +66,14 @@
 (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

Reply via email to