unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Danial Behzadi <dani.behzi@ubuntu.com>
To: 68303@debbugs.gnu.org
Cc: Danial Behzadi <dani.behzi@ubuntu.com>
Subject: [bug#68303] [PATCH v2 2/2] gnu: tractor: Update to 4.3.1.
Date: Tue,  9 Jan 2024 19:35:38 +0330	[thread overview]
Message-ID: <20240109160538.251432-2-dani.behzi@ubuntu.com> (raw)
In-Reply-To: <20240109160538.251432-1-dani.behzi@ubuntu.com>

* gnu/packages/tor.scm (tractor): Update to 4.3.1.
[inputs]: Remove python-requests as no longer needed.
[inputs]: Add python-pysock connection check needs it.
---
 gnu/packages/tor.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 6045b29bf4..f697cd8c06 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -443,7 +443,7 @@ (define-public nyx
 (define-public tractor
   (package
     (name "tractor")
-    (version "4.3.0")
+    (version "4.3.1")
     (source
      (origin
        (method url-fetch)
@@ -451,14 +451,14 @@ (define-public tractor
                            version "/tractor-" version ".tar.bz2"))
        (sha256
         (base32
-         "1kal71hh8wbar19785b86q62rcilxrma8ldjjk258vf7lr1w12dv"))))
+         "1qqivzv65ckhk7nz6vcgchqwkxdmh2sdmkgvv8phqb1c4mzp48ip"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list (list glib "bin")))       ; for glib-compile-schemas.
     (inputs
      (list python-fire
            python-pygobject
-           python-requests
+	       python-pysocks
            python-stem
            python-termcolor))
     (arguments
-- 
2.39.2





      reply	other threads:[~2024-01-09 16:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-07 13:20 [bug#68303] [PATCH] gnu: tractor: Update to 4.3.0 Danial Behzadi
2024-01-07 20:00 ` Mathieu Othacehe
2024-01-09 16:05 ` [bug#68303] [PATCH v2 1/2] " Danial Behzadi
2024-01-09 16:05   ` Danial Behzadi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240109160538.251432-2-dani.behzi@ubuntu.com \
    --to=dani.behzi@ubuntu.com \
    --cc=68303@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).