* [bug#71488] [PATCH] gnu: tor: Update to 0.4.8.12.
@ 2024-06-10 21:06 André Batista
2024-06-12 2:03 ` bug#71488: " jgart via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: André Batista @ 2024-06-10 21:06 UTC (permalink / raw)
To: 71488; +Cc: André Batista
* gnu/packages/tor.scm (tor): Update to 0.4.8.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 e0257658d9..ab1483245f 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.11")
+ (version "0.4.8.12")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
- "01wf5h2vg2rxhxq4crzfxj1z4w4m2m760zda6l97i01kws8dyawg"))))
+ "0x68p3dhmmvbrd6shcxk1zx8kmsdh17w2g1giyslfdwfv4swfz6a"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags
base-commit: df5648daa1a5d097a430131bbff353b865b476b6
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-12 2:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-10 21:06 [bug#71488] [PATCH] gnu: tor: Update to 0.4.8.12 André Batista
2024-06-12 2:03 ` bug#71488: " jgart via Guix-patches via
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.