guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: tor: Update to 0.3.4.8.


From: Tobias Geerinckx-Rice
Subject: 01/03: gnu: tor: Update to 0.3.4.8.
Date: Mon, 10 Sep 2018 16:56:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4105f13bb5e1ec946bfc9705498ed9aad2228bcf
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Sep 10 22:53:28 2018 +0200

    gnu: tor: Update to 0.3.4.8.
    
    * gnu/packages/tor.scm (tor): Update to 0.3.4.8.
---
 gnu/packages/tor.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index e897dff..7d46191 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -47,21 +47,21 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.3.3.9")
+    (version "0.3.4.8")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0vyf5z0dn5jghp2qjp076aq62lsz9g32qv9jiqf08skf096nnd45"))))
+               "08qhzcmzxp5xr2l5721vagksqnnbrzzzy5hmz5y9r8lrq2r4qsl2"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list "--enable-gcc-hardening"
                                "--enable-linker-hardening")))
     (native-inputs
      `(("pkg-config" ,pkg-config)
-       ("python" ,python-2)))  ; for tests
+       ("python" ,python-2)))           ; for tests
     (inputs
      `(("zlib" ,zlib)
        ("openssl" ,openssl)



reply via email to

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