guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: tor: Update to 0.3.1.8.


From: Tobias Geerinckx-Rice
Subject: 04/04: gnu: tor: Update to 0.3.1.8.
Date: Wed, 25 Oct 2017 12:10:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c61cac6902308f9bc1e40bb57795a0b8837c10fd
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 25 17:28:44 2017 +0200

    gnu: tor: Update to 0.3.1.8.
    
    * gnu/packages/tor.scm (tor): Update to 0.3.1.8.
---
 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 e44bab5..85e7e87 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -45,14 +45,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.3.1.7")
+    (version "0.3.1.8")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "13y0v4zfla0vziy9kkahmhrwylv32ianjikcr46mwbxvji4dvx8x"))))
+               "18dinpj03d036rashlad16lv7j2hba8gg742z07l37x5c242kxkx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list "--enable-gcc-hardening"



reply via email to

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