guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: tractor: Update to 3.13.


From: guix-commits
Subject: 02/02: gnu: tractor: Update to 3.13.
Date: Wed, 1 Jun 2022 08:01:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 91861046f2bddb37ece693810bcccb80ec2ed4ce
Author: Danial Behzadi <dani.behzi@ubuntu.com>
AuthorDate: Wed Jun 1 15:40:16 2022 +0430

    gnu: tractor: Update to 3.13.
    
    * gnu/packages/tor.scm (tractor): Update to 3.13.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 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 4c4ccbb003..40f941fcea 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -455,14 +455,14 @@ Potential client and exit connections are scrubbed of 
sensitive information.")
 (define-public tractor
   (package
     (name "tractor")
-    (version "3.12")
+    (version "3.13")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "traxtor" version))
        (sha256
         (base32
-         "0bwj4l6szvx7hpjr8va3hlv0g79sxz02hsb60l61hb314c6d4r3q"))))
+         "0r8zzaia1s678d39cpqjfpb72fwc46lfwnz1rb043hi6grd39jl7"))))
     (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]