emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56755: closed ([PATCH] gnu: tractor: Update to 3.14.)


From: GNU bug Tracking System
Subject: bug#56755: closed ([PATCH] gnu: tractor: Update to 3.14.)
Date: Mon, 01 Aug 2022 09:40:01 +0000

Your message dated Mon, 01 Aug 2022 11:39:00 +0200
with message-id <871qu01ex7.fsf@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@gnu.org.)


-- 
56755: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56755
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: tractor: Update to 3.14. Date: Mon, 25 Jul 2022 12:33:51 +0430
---
 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@gmail.com>
 ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
 ;;; Copyright © 2020 André Batista <nandre@riseup.net>
-;;; Copyright © 2021 Danial Behzadi <dani.behzi@ubuntu.com>
+;;; Copyright © 2021-2022 Danial Behzadi <dani.behzi@ubuntu.com>
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@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




--- End Message ---
--- Begin Message --- Subject: Re: bug#56755: [PATCH] gnu: tractor: Update to 3.14. Date: Mon, 01 Aug 2022 11:39:00 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi,

Danial Behzadi <dani.behzi@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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]