nckx pushed a commit to branch master
in repository guix.

commit 502a822dfd129fcf5acd2d35563fc4ec3785e907
Author: Tobias Geerinckx-Rice <m...@tobias.gr>
Date:   Tue Jun 12 22:59:29 2018 +0200

    gnu: tor: Update to 0.3.3.7.
    
    * gnu/packages/tor.scm (tor): Update to 0.3.3.7.
---
 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 b18673b..56269dd 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -47,14 +47,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.3.3.6")
+    (version "0.3.3.7")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "1drk2h8zd05xrfpx7xn77pcxz0hs4nrq6figw56qk5gkvgv5kg4r"))))
+               "036ybfvldj7yfci9ipjki8smpzyxdg8c5r12bghc9yxdqh9basza"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list "--enable-gcc-hardening"

Reply via email to