guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: tor: Update to 0.2.8.10.


From: Efraim Flashner
Subject: 01/08: gnu: tor: Update to 0.2.8.10.
Date: Sun, 4 Dec 2016 09:41:14 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 12ed023fb708a54458f72973c9e48cbbc359b4cf
Author: Efraim Flashner <address@hidden>
Date:   Sat Dec 3 22:56:39 2016 +0200

    gnu: tor: Update to 0.2.8.10.
    
    * gnu/packages/tor.scm (tor): Update to 0.2.8.10.
---
 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 fe079fb..9b461aa 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.9")
+    (version "0.2.8.10")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "05jkvhbgyq81fcmk1xpl3yw97ljj5sg9pngl27zlmgl7p0xjfp1z"))))
+               "0kcw9hq4xz8p91xwyhjfry5p1dmn7vvnhpfz66vl9gsfndbqr2y8"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python-2)))  ; for tests



reply via email to

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