This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d92911e17d gnu: tor: Update to 0.4.9.9.
d92911e17d is described below

commit d92911e17dcdafebaa63938201201a12eb7b718a
Author: AndrĂ© Batista <[email protected]>
AuthorDate: Fri Jun 19 11:50:26 2026 -0300

    gnu: tor: Update to 0.4.9.9.
    
    * gnu/packages/tor.scm (tor): Update to 0.4.9.9.
    
    Signed-off-by: Andreas Enge <[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 2155d1a432..abd0a551fa 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -70,14 +70,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.4.9.8")
+    (version "0.4.9.9")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "1ph5dpwz1dnrkzxxzbx67kz64rp8v788z4kxs9vhiayj5m73j7xc"))))
+               "0cz84x94yhg6m1b5x6nnk9p95ah0ldb03xzw0rw7qq4gsrzvlxdx"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags

Reply via email to