guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: tor: Update to 0.2.7.6.


From: Efraim Flashner
Subject: 02/03: gnu: tor: Update to 0.2.7.6.
Date: Sun, 24 Jan 2016 07:21:40 +0000

efraim pushed a commit to branch master
in repository guix.

commit be866fb13e7233e9dff42190bc232e936662cc37
Author: Efraim Flashner <address@hidden>
Date:   Sun Jan 24 07:21:33 2016 +0200

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

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



reply via email to

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