[PATCH] gnu: tor: Update to 0.4.8.14.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • André Batista
Owner
unassigned
Submitted by
André Batista
Severity
normal

Debbugs page

André Batista wrote 1 months ago
(address . guix-patches@gnu.org)(name . André Batista)(address . nandre@riseup.net)
20250207202631.20856-1-nandre@riseup.net
* gnu/packages/tor.scm (tor): Update to 0.4.8.14.

Change-Id: I40fbe5b019c03f420b51932e32838bc0a7cf823d
---
gnu/packages/tor.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index b6b73f9237..f191c4a777 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -66,14 +66,14 @@ (define-module (gnu packages tor)
(define-public tor
(package
(name "tor")
- (version "0.4.8.13")
+ (version "0.4.8.14")
(source (origin
(method url-fetch)
(uri (string-append "https://dist.torproject.org/tor-"
version ".tar.gz"))
(sha256
(base32
- "0a5sdx70fanhghlzcal6csyc4xzbwr322mys88whp0m2hz1jdbwv"))))
+ "043dlq2b794ifr8ks1crrrcds53pc9567xsqp17ar6ids7gf2ish"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags

base-commit: 70231fe7757f839f6ddd58d3c8a522b2e56fefe5
--
2.46.0
宋文武 wrote 1 months ago
(name . André Batista)(address . nandre@riseup.net)(address . 76127-done@debbugs.gnu.org)
87r0446473.fsf@envs.net
André Batista <nandre@riseup.net> writes:

Toggle quote (2 lines)
> * gnu/packages/tor.scm (tor): Update to 0.4.8.14.

Pushed, thanks.
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 76127
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help