guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: tor: Update to 0.2.8.11.


From: Efraim Flashner
Subject: 01/03: gnu: tor: Update to 0.2.8.11.
Date: Thu, 8 Dec 2016 19:46:07 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 256470325bb520afc4452993a8f29a31e0c99107
Author: Efraim Flashner <address@hidden>
Date:   Thu Dec 8 20:30:48 2016 +0200

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



reply via email to

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