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.10.


From: guix-commits
Subject: branch master updated: gnu: tor: Update to 0.4.7.10.
Date: Fri, 12 Aug 2022 12:08:02 -0400

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

nckx pushed a commit to branch master
in repository guix.

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

commit ecc2587f1f2c4bd693f1f08a9f681a3d829d0289
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 7 02:00:00 2022 +0200

    gnu: tor: Update to 0.4.7.10.
    
    * gnu/packages/tor.scm (tor): Update to 0.4.7.10.
---
 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 a6a1f4edfb..8648447ee2 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -60,14 +60,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.4.7.9")
+    (version "0.4.7.10")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "08lva4jrash1fhq8vim56alria5kfganmp3y3lhddx08h9cki7fk"))))
+               "0nss8g6hx42nqiir6l03dj15r433fvygq9r00nmnv8wylpgmczk4"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags



reply via email to

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