all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#60216] [PATCH] gnu: tractor: Update to 4.0.
@ 2022-12-20 11:51 Danial Behzadi
  2022-12-21  9:03 ` bug#60216: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Danial Behzadi @ 2022-12-20 11:51 UTC (permalink / raw)
  To: 60216; +Cc: Danial Behzadi

---
 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 5b0ea27..c21eab2 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -434,14 +434,14 @@ (define-public nyx
 (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.
-- 
2.35.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#60216: [PATCH] gnu: tractor: Update to 4.0.
  2022-12-20 11:51 [bug#60216] [PATCH] gnu: tractor: Update to 4.0 Danial Behzadi
@ 2022-12-21  9:03 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2022-12-21  9:03 UTC (permalink / raw)
  To: 60216-done

Thank you for the patch.  I applied it.

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-21  9:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-20 11:51 [bug#60216] [PATCH] gnu: tractor: Update to 4.0 Danial Behzadi
2022-12-21  9:03 ` bug#60216: " Ricardo Wurmus

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.