* [bug#55749] [PATCH] gnu: tractor: update to 3.13
@ 2022-06-01 11:10 Danial Behzadi
2022-06-01 11:55 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Danial Behzadi @ 2022-06-01 11:10 UTC (permalink / raw)
To: 55749; +Cc: Danial Behzadi
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#55749] [PATCH] gnu: tractor: update to 3.13
2022-06-01 11:10 [bug#55749] [PATCH] gnu: tractor: update to 3.13 Danial Behzadi
@ 2022-06-01 11:55 ` Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2022-06-01 11:55 UTC (permalink / raw)
To: Danial Behzadi; +Cc: 55749-done, 55749
[-- Attachment #1: Type: text/plain, Size: 813 bytes --]
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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-01 12:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-01 11:10 [bug#55749] [PATCH] gnu: tractor: update to 3.13 Danial Behzadi
2022-06-01 11:55 ` Tobias Geerinckx-Rice via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).