guix-commits
[Top][All Lists]
Advanced

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

04/12: gnu: tor: Update to 0.4.7.14.


From: guix-commits
Subject: 04/12: gnu: tor: Update to 0.4.7.14.
Date: Wed, 16 Aug 2023 17:16:40 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f3c5c9418b72fa50d6c11f28e1cb6574083e878e
Author: fanquake <fanquake@gmail.com>
AuthorDate: Thu Jul 27 10:21:53 2023 +0100

    gnu: tor: Update to 0.4.7.14.
    
    * gnu/packages/tor.scm (tor): Update to 0.4.7.14.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 8ae2118188..7fec88656f 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -63,14 +63,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.4.7.13")
+    (version "0.4.7.14")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "17ga25dq2lcph390ljqmyd8sggp97h42d3h423qmci83rqn1fy90"))))
+               "1y2xwrji1rvk6h0k15705yra5s74h72h2g84x02zr0338vv6gb55"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags



reply via email to

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