guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: tor: Update to 0.2.8.8.


From: Efraim Flashner
Subject: 01/02: gnu: tor: Update to 0.2.8.8.
Date: Sat, 24 Sep 2016 20:09:42 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 0ab57b0d04cfb79b3f57e5d51c9284da78759309
Author: Efraim Flashner <address@hidden>
Date:   Sat Sep 24 22:26:30 2016 +0300

    gnu: tor: Update to 0.2.8.8.
    
    * gnu/packages/tor.scm (tor): Update to 0.2.8.8.
    [source]: Update source url.
    [home-page]: Use https.
---
 gnu/packages/tor.scm |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 0dc72a3..db1be83 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -40,14 +40,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.2.8.7")
+    (version "0.2.8.8")
     (source (origin
              (method url-fetch)
-             (uri (string-append "https://www.torproject.org/dist/tor-";
+             (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "1iigfi8ljl88s8b5y1g4ak8im57simazscl467zvfbg8k6vf4i5f"))))
+               "1pp3h0a1cl25fv04b3j6wp8aw1sfpbd2lmag397dpp2k2b305bxi"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python-2)))  ; for tests
@@ -58,7 +58,7 @@
 
     ;; TODO: Recommend `torsocks' since `torify' needs it.
 
-    (home-page "http://www.torproject.org/";)
+    (home-page "https://www.torproject.org/";)
     (synopsis "Anonymous network router to improve privacy on the Internet")
     (description
      "Tor protects you by bouncing your communications around a distributed



reply via email to

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