GNU bug report logs - #36055
[PATCH] gnu: emacs-google-translate: Update to 0.11.17.

Previous Next

Package: guix-patches;

Reported by: Mathieu Lirzin <mthl <at> gnu.org>

Date: Sun, 2 Jun 2019 13:22:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 36055 in the body.
You can then email your comments to 36055 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#36055; Package guix-patches. (Sun, 02 Jun 2019 13:22:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mathieu Lirzin <mthl <at> gnu.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 02 Jun 2019 13:22:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Lirzin <mthl <at> gnu.org>
To: guix-patches <at> gnu.org
Cc: Mathieu Lirzin <mthl <at> gnu.org>
Subject: [PATCH] gnu: emacs-google-translate: Update to 0.11.17.
Date: Sun,  2 Jun 2019 15:20:08 +0200
* gnu/packages/emacs-xyz.scm (emacs-google-translate): Update to 0.11.17.
[source]: Use 'git-fetch' method instead of 'url-fetch'.
---
 gnu/packages/emacs-xyz.scm | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c2d515ed95..c2b3bfddcb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33,7 +33,7 @@
 ;;; Copyright © 2017 Mike Gerwitz <mtg <at> gnu.org>
 ;;; Copyright © 2017, 2018, 2019 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
 ;;; Copyright © 2018 Sohom Bhattacharjee <soham.bhattacharjee15 <at> gmail.com>
-;;; Copyright © 2018 Mathieu Lirzin <mthl <at> gnu.org>
+;;; Copyright © 2018, 2019 Mathieu Lirzin <mthl <at> gnu.org>
 ;;; Copyright © 2018, 2019 Pierre Neidhardt <mail <at> ambrevar.xyz>
 ;;; Copyright © 2018, 2019 Tim Gesthuizen <tim.gesthuizen <at> yahoo.de>
 ;;; Copyright © 2018, 2019 Jack Hill <jackhill <at> jackhill.us>
@@ -12522,16 +12522,17 @@ the GIF result.")
 (define-public emacs-google-translate
   (package
     (name "emacs-google-translate")
-    (version "0.11.16")
+    (version "0.11.17")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/atykhonov/google-translate/"
-                           "archive/v" version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/atykhonov/google-translate/")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
         (base32
-         "01n9spj1d0gjfj39x526rl3m9c28wnx9afipmf5s8y77cx3mfwhl"))))
+         "05ljjw7kbnszygw3w085kv57swfiiqxri2b5xvsf5dw3pc3g7j3c"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/atykhonov/google-translate")
     (synopsis "Emacs interface to Google Translate")
-- 
2.21.0





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 02 Jun 2019 20:21:02 GMT) Full text and rfc822 format available.

Notification sent to Mathieu Lirzin <mthl <at> gnu.org>:
bug acknowledged by developer. (Sun, 02 Jun 2019 20:21:02 GMT) Full text and rfc822 format available.

Message #10 received at 36055-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Mathieu Lirzin <mthl <at> gnu.org>
Cc: 36055-done <at> debbugs.gnu.org
Subject: Re: [bug#36055] [PATCH] gnu: emacs-google-translate: Update to
 0.11.17.
Date: Sun, 02 Jun 2019 22:20:16 +0200
Hi Mathieu,

Mathieu Lirzin <mthl <at> gnu.org> skribis:

> * gnu/packages/emacs-xyz.scm (emacs-google-translate): Update to 0.11.17.
> [source]: Use 'git-fetch' method instead of 'url-fetch'.

Applied, thank you! :-)

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#36055; Package guix-patches. (Sun, 02 Jun 2019 21:01:02 GMT) Full text and rfc822 format available.

Message #13 received at 36055-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Lirzin <mthl <at> gnu.org>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 36055-done <at> debbugs.gnu.org
Subject: Re: [bug#36055] [PATCH] gnu: emacs-google-translate: Update to
 0.11.17.
Date: Sun, 02 Jun 2019 23:00:32 +0200
Hello Ludo,

Ludovic Courtès <ludo <at> gnu.org> writes:

> Mathieu Lirzin <mthl <at> gnu.org> skribis:
>
>> * gnu/packages/emacs-xyz.scm (emacs-google-translate): Update to 0.11.17.
>> [source]: Use 'git-fetch' method instead of 'url-fetch'.
>
> Applied, thank you! :-)

I hope you are doing well, thanks for your prompt answer. :-)

For the record I did the update because after noticing a bug in
‘emacs-google-translate’ 0.11.16, unfortunately this bug is still
present in 0.11.17. There is an opened issue on Github [1].

[1] https://github.com/atykhonov/google-translate/issues/52

-- 
Mathieu Lirzin
GPG: F2A3 8D7E EB2B 6640 5761  070D 0ADE E100 9460 4D37




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 01 Jul 2019 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 292 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.