[PATCH] gnu: tor: Update to 0.4.7.14.

  • Done
  • quality assurance status badge
Details
2 participants
  • Michael Ford
  • Ludovic Courtès
Owner
unassigned
Submitted by
Michael Ford
Severity
normal
M
M
Michael Ford wrote on 27 Jul 2023 11:22
(address . guix-patches@gnu.org)
CAFyhPjVhWYf=H_Tu8xRVx2uz_qF9GwEpC8mEOAe7t6ocMf96Yg@mail.gmail.com
From 54d7b12d79c52339e992ae5f19b02709230ed7df Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Thu, 27 Jul 2023 10:21:53 +0100
Subject: [PATCH] gnu: tor: Update to 0.4.7.14.

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

Toggle diff (23 lines)
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 8ae2118188..7fec88656f 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.7.13")
+ (version "0.4.7.14")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
- "17ga25dq2lcph390ljqmyd8sggp97h42d3h423qmci83rqn1fy90"))))
+ "1y2xwrji1rvk6h0k15705yra5s74h72h2g84x02zr0338vv6gb55"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags
--
2.41.0
L
L
Ludovic Courtès wrote on 16 Aug 2023 22:23
(name . Michael Ford)(address . fanquake@gmail.com)(address . 64892-done@debbugs.gnu.org)
87edk24tz4.fsf@gnu.org
Hi,

Michael Ford <fanquake@gmail.com> skribis:

Toggle quote (7 lines)
>>From 54d7b12d79c52339e992ae5f19b02709230ed7df Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake@gmail.com>
> Date: Thu, 27 Jul 2023 10:21:53 +0100
> Subject: [PATCH] gnu: tor: Update to 0.4.7.14.
>
> * gnu/packages/tor.scm (tor): Update to 0.4.7.14.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64892@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64892
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch