guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: tor: Update to 0.4.8.10.


From: guix-commits
Subject: branch master updated: gnu: tor: Update to 0.4.8.10.
Date: Sun, 10 Dec 2023 02:50:31 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9c30fb27a4 gnu: tor: Update to 0.4.8.10.
9c30fb27a4 is described below

commit 9c30fb27a42bf10a733ef5165df7869588f0b27c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Dec 10 09:49:04 2023 +0200

    gnu: tor: Update to 0.4.8.10.
    
    * gnu/packages/tor.scm (tor): Update to 0.4.8.10.
    
    Change-Id: Ibc11c83c3fea920c6b876a22cb4c96d5c927beb5
---
 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 d4bf27a790..4b356b6cc1 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -63,14 +63,14 @@
 (define-public tor
   (package
     (name "tor")
-    (version "0.4.8.9")
+    (version "0.4.8.10")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0rfgn88izn74nh6gy42ggwmiicnylp73skrlwm61n4znj247vfsr"))))
+               "11is8rwa3654kv2z425chmv9ynip64lwy8svf4klgnqfnzxb8a76"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags



reply via email to

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