guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: tractor: Update to 3.12.


From: guix-commits
Subject: branch master updated: gnu: tractor: Update to 3.12.
Date: Tue, 17 Aug 2021 03:32:12 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f7094f5  gnu: tractor: Update to 3.12.
f7094f5 is described below

commit f7094f5a4207a706c9ed9024d71a442f14d0a7fd
Author: Danial Behzadi <dani.behzi@ubuntu.com>
AuthorDate: Tue Aug 17 11:55:47 2021 +0430

    gnu: tractor: Update to 3.12.
    
    * gnu/packages/tor.scm (tractor): Update to 3.12.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 8bcc404..972160f 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -435,14 +435,14 @@ Potential client and exit connections are scrubbed of 
sensitive information.")
 (define-public tractor
   (package
     (name "tractor")
-    (version "3.10")
+    (version "3.12")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "traxtor" version))
        (sha256
         (base32
-         "0cysxfynsnf5p61m7n6kb58bn1cf81n68clxh5irp44kjshi0q6l"))))
+         "0bwj4l6szvx7hpjr8va3hlv0g79sxz02hsb60l61hb314c6d4r3q"))))
     (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]