GNU bug report logs - #55749
[PATCH] gnu: tractor: update to 3.13

Previous Next

Package: guix-patches;

Reported by: Danial Behzadi <dani.behzi <at> ubuntu.com>

Date: Wed, 1 Jun 2022 11:11:01 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Danial Behzadi <dani.behzi <at> ubuntu.com>
Subject: bug#55749: closed (Re: [bug#55749] [PATCH] gnu: tractor: update
 to 3.13)
Date: Wed, 01 Jun 2022 12:03:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 55749 <at> debbugs.gnu.org.

-- 
55749: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55749
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Danial Behzadi <dani.behzi <at> ubuntu.com>
Cc: 55749-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#55749] [PATCH] gnu: tractor: update to 3.13
Date: Wed, 01 Jun 2022 13:55:16 +0200
[Message part 3 (text/plain, inline)]
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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Danial Behzadi <dani.behzi <at> ubuntu.com>
To: guix-patches <at> gnu.org
Cc: Danial Behzadi <dani.behzi <at> ubuntu.com>
Subject: [PATCH] gnu: tractor: update to 3.13
Date: Wed,  1 Jun 2022 15:40:16 +0430
---
 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 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.
-- 
2.35.1




This bug report was last modified 3 years and 50 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.