GNU bug report logs -
#56755
[PATCH] gnu: tractor: Update to 3.14.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 01 Aug 2022 11:39:00 +0200
with message-id <871qu01ex7.fsf <at> gnu.org>
and subject line Re: bug#56755: [PATCH] gnu: tractor: Update to 3.14.
has caused the debbugs.gnu.org bug report #56755,
regarding [PATCH] gnu: tractor: Update to 3.14.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
56755: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56755
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
---
gnu/packages/tor.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 452e41bf83..613575ae0e 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -10,7 +10,7 @@
;;; Copyright © 2020 Vincent Legoll <vincent.legoll <at> gmail.com>
;;; Copyright © 2020 Brice Waegeneire <brice <at> waegenei.re>
;;; Copyright © 2020 André Batista <nandre <at> riseup.net>
-;;; Copyright © 2021 Danial Behzadi <dani.behzi <at> ubuntu.com>
+;;; Copyright © 2021-2022 Danial Behzadi <dani.behzi <at> ubuntu.com>
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
@@ -427,14 +427,14 @@ (define-public nyx
(define-public tractor
(package
(name "tractor")
- (version "3.13")
+ (version "3.14")
(source
(origin
(method url-fetch)
(uri (pypi-uri "traxtor" version))
(sha256
(base32
- "0r8zzaia1s678d39cpqjfpb72fwc46lfwnz1rb043hi6grd39jl7"))))
+ "06jhsg179rfckagrpk9r8wqp44anf1bchm3ins2saf5806f0n5lw"))))
(build-system python-build-system)
(native-inputs
`(("glib:bin" ,glib "bin"))) ; for glib-compile-schemas.
--
2.35.1
[Message part 3 (message/rfc822, inline)]
Hi,
Danial Behzadi <dani.behzi <at> ubuntu.com> skribis:
> ---
> gnu/packages/tor.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
I tweaked the commit log following our conventions¹ and applied it.
Thanks!
Ludo’.
¹ https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html
This bug report was last modified 2 years and 353 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.