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


From: Andreas Enge
Subject: 01/01: gnu: tor: Update to 0.2.8.6.
Date: Fri, 5 Aug 2016 19:18:55 +0000 (UTC)

andreas pushed a commit to branch master
in repository guix.

commit 4cc4d363f22ed9574470d3cda5f985a2508dc06c
Author: ng0 <address@hidden>
Date:   Wed Aug 3 00:15:24 2016 +0000

    gnu: tor: Update to 0.2.8.6.
    
    * gnu/packages/tor.scm (tor): Update to 0.2.8.6.
    
    Signed-off-by: Andreas Enge <address@hidden>
---
 gnu/packages/tor.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 5155fc0..eec3c96 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
+;;; Copyright © 2016 ng0 <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -37,14 +38,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.2.7.6")
+    (version "0.2.8.6")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://www.torproject.org/dist/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0p8hjlfi8dwghlyjif5s0q98cmpgz9kn9jja25430l04z5wqcfj9"))))
+               "0nmbwcr8s1qkrc2ahrk7jz81nax74sdhszkhrrgys8ndyw1grj9x"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python-2)))  ; for tests



reply via email to

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