all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#36055] [PATCH] gnu: emacs-google-translate: Update to 0.11.17.
@ 2019-06-02 13:20 Mathieu Lirzin
  2019-06-02 20:20 ` bug#36055: " Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Lirzin @ 2019-06-02 13:20 UTC (permalink / raw)
  To: 36055; +Cc: Mathieu Lirzin

* 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@gnu.org>
 ;;; Copyright © 2017, 2018, 2019 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2018 Sohom Bhattacharjee <soham.bhattacharjee15@gmail.com>
-;;; Copyright © 2018 Mathieu Lirzin <mthl@gnu.org>
+;;; Copyright © 2018, 2019 Mathieu Lirzin <mthl@gnu.org>
 ;;; Copyright © 2018, 2019 Pierre Neidhardt <mail@ambrevar.xyz>
 ;;; Copyright © 2018, 2019 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
 ;;; Copyright © 2018, 2019 Jack Hill <jackhill@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#36055: [PATCH] gnu: emacs-google-translate: Update to 0.11.17.
  2019-06-02 13:20 [bug#36055] [PATCH] gnu: emacs-google-translate: Update to 0.11.17 Mathieu Lirzin
@ 2019-06-02 20:20 ` Ludovic Courtès
  2019-06-02 21:00   ` [bug#36055] " Mathieu Lirzin
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2019-06-02 20:20 UTC (permalink / raw)
  To: Mathieu Lirzin; +Cc: 36055-done

Hi Mathieu,

Mathieu Lirzin <mthl@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’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#36055] [PATCH] gnu: emacs-google-translate: Update to 0.11.17.
  2019-06-02 20:20 ` bug#36055: " Ludovic Courtès
@ 2019-06-02 21:00   ` Mathieu Lirzin
  0 siblings, 0 replies; 3+ messages in thread
From: Mathieu Lirzin @ 2019-06-02 21:00 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 36055-done

Hello Ludo,

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

> Mathieu Lirzin <mthl@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-02 21:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-02 13:20 [bug#36055] [PATCH] gnu: emacs-google-translate: Update to 0.11.17 Mathieu Lirzin
2019-06-02 20:20 ` bug#36055: " Ludovic Courtès
2019-06-02 21:00   ` [bug#36055] " Mathieu Lirzin

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.