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


From: Leo Famulari
Subject: 01/01: gnu: tor: Update to 0.2.8.7.
Date: Wed, 24 Aug 2016 20:10:38 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit ec9be00fc552b7020bb9c9cf27198d53a1f0b545
Author: ng0 <address@hidden>
Date:   Wed Aug 24 19:25:02 2016 +0000

    gnu: tor: Update to 0.2.8.7.
    
    * gnu/packages/tor.scm (tor): Update to 0.2.8.7.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 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 eec3c96..951b8f6 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -38,14 +38,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.2.8.6")
+    (version "0.2.8.7")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://www.torproject.org/dist/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0nmbwcr8s1qkrc2ahrk7jz81nax74sdhszkhrrgys8ndyw1grj9x"))))
+               "1iigfi8ljl88s8b5y1g4ak8im57simazscl467zvfbg8k6vf4i5f"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python-2)))  ; for tests



reply via email to

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