guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: tor: Update to 0.4.7.11.


From: guix-commits
Subject: branch master updated: gnu: tor: Update to 0.4.7.11.
Date: Thu, 10 Nov 2022 16:01:36 -0500

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

efraim pushed a commit to branch master
in repository guix.

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

commit 70df5c47a89f4f353a1df94467581a0f0da599a4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Nov 10 17:48:24 2022 +0200

    gnu: tor: Update to 0.4.7.11.
    
    * gnu/packages/tor.scm (tor): Update to 0.4.7.11.
---
 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 c71909f787..d061d76342 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.10")
+    (version "0.4.7.11")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0nss8g6hx42nqiir6l03dj15r433fvygq9r00nmnv8wylpgmczk4"))))
+               "0vhk5bingy0m70wri44jzynmw00as7b783jlq38mzg5xxnzayg6g"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]