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.4.6 [fixes TROVE-2020-005


From: guix-commits
Subject: branch master updated: gnu: tor: Update to 0.4.4.6 [fixes TROVE-2020-005].
Date: Thu, 12 Nov 2020 13:01:52 -0500

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 66479da  gnu: tor: Update to 0.4.4.6 [fixes TROVE-2020-005].
66479da is described below

commit 66479da5e2df0a0bbe0eedd3678c48740f15a1a1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Nov 12 19:00:06 2020 +0100

    gnu: tor: Update to 0.4.4.6 [fixes TROVE-2020-005].
    
    * gnu/packages/tor.scm (tor): Update to 0.4.4.6.
---
 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 9bde4a4..f5f5fe7 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -54,14 +54,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.4.4.5")
+    (version "0.4.4.6")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "09lr6l98qmc69pzsi8r02z86v969dbfwjrwphfm3npknzq5a0p54"))))
+               "1p0zpqmbskygx0wmiijhprg8r45n2wqbbjl7kv4gbb83b0alq5az"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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