GNU bug report logs -
#55749
[PATCH] gnu: tractor: update to 3.13
Previous Next
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
[Message part 1 (text/plain, inline)]
Your message dated Wed, 01 Jun 2022 13:55:16 +0200
with message-id <87tu94a8w8 <at> nckx>
and subject line Re: [bug#55749] [PATCH] gnu: tractor: update to 3.13
has caused the debbugs.gnu.org bug report #55749,
regarding [PATCH] gnu: tractor: update to 3.13
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
---
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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (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)]
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.