[PATCH] gnu: tractor: update to 3.13

  • Done
  • quality assurance status badge
Details
2 participants
  • Danial Behzadi
  • Tobias Geerinckx-Rice
Owner
unassigned
Submitted by
Danial Behzadi
Severity
normal
D
D
Danial Behzadi wrote on 1 Jun 2022 13:10
(address . guix-patches@gnu.org)(name . Danial Behzadi)(address . dani.behzi@ubuntu.com)
20220601111016.27368-1-dani.behzi@ubuntu.com
---
gnu/packages/tor.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
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
T
T
Tobias Geerinckx-Rice wrote on 1 Jun 2022 13:55
(name . Danial Behzadi)(address . dani.behzi@ubuntu.com)
87tu94a8w8@nckx
Danial,

Danial Behzadi ???
Toggle quote (2 lines)
> 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.

Toggle quote (2 lines)
> (uri (pypi-uri "traxtor" version))

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

Kind regards,

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYpdVdw0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15iEkBALiQ8ZIqs7OJB95Oihth2Z1DVFy6GKGsGWd4W612
5V9LAQDB8ENHXajqUK3imZxfUB1q86OpxvJluNaCB1WqfyWvAQ==
=dNa2
-----END PGP SIGNATURE-----

?