guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: tor: Update to 0.4.7.12.


From: guix-commits
Subject: 02/02: gnu: tor: Update to 0.4.7.12.
Date: Mon, 19 Dec 2022 06:00:23 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 3a9653166462a961eb4c2d140bd2440ec9cadd25
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Dec 19 12:42:25 2022 +0200

    gnu: tor: Update to 0.4.7.12.
    
    * gnu/packages/tor.scm (tor): Update to 0.4.7.12.
---
 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 fc98481740..5b0ea278ba 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -61,14 +61,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.4.7.11")
+    (version "0.4.7.12")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0vhk5bingy0m70wri44jzynmw00as7b783jlq38mzg5xxnzayg6g"))))
+               "15g3p42hnccpz8zyk4bi8pm9fnpi7qs19wr8s0dqary42abrcp9v"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags



reply via email to

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