guix-commits
[Top][All Lists]
Advanced

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

107/155: gnu: tor: Update to 0.2.9.8.


From: John Darrington
Subject: 107/155: gnu: tor: Update to 0.2.9.8.
Date: Wed, 21 Dec 2016 20:48:37 +0000 (UTC)

jmd pushed a commit to branch wip-installer
in repository guix.

commit 59a8243863e7c0024f3834dd51e99732681b6a4d
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]