all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66445] [PATCH] gnu: tor: Update to 0.4.8.7.
@ 2023-10-10 15:56 André Batista
  2023-10-24 15:56 ` bug#66445: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: André Batista @ 2023-10-10 15:56 UTC (permalink / raw)
  To: 66445; +Cc: André Batista

* gnu/packages/tor.scm (tor): Update to 0.4.8.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 1eb62a950e..562054ede4 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -63,14 +63,14 @@ (define-module (gnu packages tor)
 (define-public tor
   (package
     (name "tor")
-    (version "0.4.8.6")
+    (version "0.4.8.7")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "122h6l3nh8xrpzkmn4alsbz30jw8nxivwnhgnp97qv7nr9gqjbam"))))
+               "14blalf96240dg6crpmgyf2bdcj109dyx47h0w6a0a6vfjf2n3dj"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags

base-commit: 53fd3989d3b99f6eba4a5a007a578f1d9b8e0b61
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66445: [PATCH] gnu: tor: Update to 0.4.8.7.
  2023-10-10 15:56 [bug#66445] [PATCH] gnu: tor: Update to 0.4.8.7 André Batista
@ 2023-10-24 15:56 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-10-24 15:56 UTC (permalink / raw)
  To: André Batista; +Cc: 66445-done

André Batista <nandre@riseup.net> skribis:

> * gnu/packages/tor.scm (tor): Update to 0.4.8.7.

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-24 15:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-10 15:56 [bug#66445] [PATCH] gnu: tor: Update to 0.4.8.7 André Batista
2023-10-24 15:56 ` bug#66445: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.