guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: tor: Update to 0.2.6.10.


From: Mark H. Weaver
Subject: 01/01: gnu: tor: Update to 0.2.6.10.
Date: Thu, 23 Jul 2015 02:10:44 +0000

mhw pushed a commit to branch master
in repository guix.

commit 6bb5c4ef71e6ed4a44cc7e6ea9b03eca2c44c8e8
Author: Mark H Weaver <address@hidden>
Date:   Wed Jul 22 22:10:07 2015 -0400

    gnu: tor: Update to 0.2.6.10.
    
    * gnu/packages/tor.scm (tor): Update to 0.2.6.10.
---
 gnu/packages/tor.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index f5fcfb8..3cf45a4 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -33,14 +33,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.2.6.8")
+    (version "0.2.6.10")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://www.torproject.org/dist/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0xlsc2pa7i8hm8dyilln6p4rb0pig62b9c31yp1m0hj5jqw3d2xq"))))
+               "13ab4bqz19980q4qgmbr7ar4r9y70bmsfbw66y9n31ivwkpw0hh5"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python-2)))  ; for tests



reply via email to

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