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


From: guix-commits
Subject: branch master updated: gnu: tor: Update to 0.4.5.8.
Date: Mon, 10 May 2021 11:30:20 -0400

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 87b4b0e  gnu: tor: Update to 0.4.5.8.
87b4b0e is described below

commit 87b4b0e4385149b40ee87ae2d57712679452746b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 10 18:20:15 2021 +0300

    gnu: tor: Update to 0.4.5.8.
    
    * gnu/packages/tor.scm (tor): Update to 0.4.5.8.
---
 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 d85c11a..bd11dd3 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -54,14 +54,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.4.5.7")
+    (version "0.4.5.8")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0x7hhl0svfc4yh9xvq7kkzgmwjcw1ak9i0794wjg4biy2fmclzs4"))))
+               "09z22gc01yh5zms7i31md6qpr0ir8i5fzrrz06qfpp5wx28x1pjp"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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