guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: tractor: Update to 4.0.


From: guix-commits
Subject: 01/02: gnu: tractor: Update to 4.0.
Date: Wed, 21 Dec 2022 04:02:18 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f86475d012e528285c62a143e679dacb2a3240e4
Author: Danial Behzadi <dani.behzi@ubuntu.com>
AuthorDate: Tue Dec 20 15:21:38 2022 +0330

    gnu: tractor: Update to 4.0.
---
 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 5b0ea278ba..c21eab23dc 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -434,14 +434,14 @@ Potential client and exit connections are scrubbed of 
sensitive information.")
 (define-public tractor
   (package
     (name "tractor")
-    (version "3.14")
+    (version "4.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "traxtor" version))
        (sha256
         (base32
-         "06jhsg179rfckagrpk9r8wqp44anf1bchm3ins2saf5806f0n5lw"))))
+         "107iwkhw9rxbp4samlcw24gdvgqh23rd7z60lrl1b4iljmhqjvcs"))))
     (build-system python-build-system)
     (native-inputs
      `(("glib:bin" ,glib "bin")))       ; for glib-compile-schemas.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]