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


From: Efraim Flashner
Subject: 01/02: gnu: tor: Update to 0.2.9.8.
Date: Tue, 20 Dec 2016 02:23:35 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 08703721590d897ef8f87849887604c100eb561b
Author: Efraim Flashner <address@hidden>
Date:   Tue Dec 20 03:55:38 2016 +0200

    gnu: tor: Update to 0.2.9.8.
    
    * gnu/packages/tor.scm (tor): Update to 0.2.9.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 707c0c9..6f26f40 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -39,14 +39,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.2.8.11")
+    (version "0.2.9.8")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "1cvaviamvmajzpdgjn2k1rk3g9ywl1c4ygs5157gvnkyl6zs1pks"))))
+               "0sklgmx4nikcfhqd606kvpwy1l8840w24ikli1xjjx25739k7pgv"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python-2)))  ; for tests



reply via email to

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