guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: tor: Update to 0.4.4.5.


From: guix-commits
Subject: 06/06: gnu: tor: Update to 0.4.4.5.
Date: Tue, 15 Sep 2020 17:46:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6a638349a0488785a10c657b8b66eca2b78bf212
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Sep 15 23:32:48 2020 +0200

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



reply via email to

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