all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#70521] [PATCH] gnu: tor: Update to 0.4.8.11.
@ 2024-04-22 20:42 André Batista
  2024-04-23 11:00 ` bug#70521: " Clément Lassieur
  0 siblings, 1 reply; 2+ messages in thread
From: André Batista @ 2024-04-22 20:42 UTC (permalink / raw)
  To: 70521; +Cc: André Batista

* gnu/packages/tor.scm (tor): Update to 0.4.8.11.
---
 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 4b356b6cc1..e0257658d9 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.10")
+    (version "0.4.8.11")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://dist.torproject.org/tor-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "11is8rwa3654kv2z425chmv9ynip64lwy8svf4klgnqfnzxb8a76"))))
+               "01wf5h2vg2rxhxq4crzfxj1z4w4m2m760zda6l97i01kws8dyawg"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags

base-commit: 2126dab4cd81db4cbde4566d8c638e45a4c0077c
-- 
2.41.0





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

* bug#70521: [PATCH] gnu: tor: Update to 0.4.8.11.
  2024-04-22 20:42 [bug#70521] [PATCH] gnu: tor: Update to 0.4.8.11 André Batista
@ 2024-04-23 11:00 ` Clément Lassieur
  0 siblings, 0 replies; 2+ messages in thread
From: Clément Lassieur @ 2024-04-23 11:00 UTC (permalink / raw)
  To: André Batista; +Cc: 70521-done

On Mon, Apr 22 2024, André Batista wrote:

> * gnu/packages/tor.scm (tor): Update to 0.4.8.11.
> ---
>  gnu/packages/tor.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Pushed, thanks.




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

end of thread, other threads:[~2024-04-23 11:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-22 20:42 [bug#70521] [PATCH] gnu: tor: Update to 0.4.8.11 André Batista
2024-04-23 11:00 ` bug#70521: " Clément Lassieur

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.