diff mbox series

[bug#55749] gnu: tractor: update to 3.13

Message ID 20220601111016.27368-1-dani.behzi@ubuntu.com
State Accepted
Headers show
Series [bug#55749] gnu: tractor: update to 3.13 | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Danial Behzadi June 1, 2022, 11:10 a.m. UTC
---
 gnu/packages/tor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Tobias Geerinckx-Rice June 1, 2022, 11:55 a.m. UTC | #1
Danial,

Danial Behzadi 写道:
> gnu: tractor: update to 3.13

Thanks!  For future reference:

- The last part of the commit title is a (rough) sentence in Guix; 
  we always capitalise & punctuate it.
- The commit body should contain a particular GNU flavour of 
  change log, documented in  ‘info "(standards)Change Logs"’ — but 
  you can simply read the commit history to learn the basics.

These rules make it slightly more pleasant to grep the log.

The final commit message is:

    gnu: tractor: Update to 3.13.
    
    * gnu/packages/tor.scm (tractor): Update to 3.13.

Which I pushed as commit 91861046f2bddb37ece693810bcccb80ec2ed4ce.

>         (uri (pypi-uri "traxtor" version))

(…why?  Do you know?  I didn't find an answer on-line.)

Kind regards,

T G-R
diff mbox series

Patch

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 4c4ccbb..40f941f 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -455,14 +455,14 @@  (define-public nyx
 (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.