unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42586] [PATCH] emacs-google-translate
@ 2020-07-28 15:26 André Alexandre Gomes
  2020-07-28 16:36 ` [bug#42586] Update André Alexandre Gomes
  2020-08-07  3:45 ` [bug#42586] [PATCH] emacs-google-translate Brett Gilio
  0 siblings, 2 replies; 4+ messages in thread
From: André Alexandre Gomes @ 2020-07-28 15:26 UTC (permalink / raw)
  To: 42586

[-- Attachment #1: Type: text/plain, Size: 54 bytes --]


I missed the attachment in the last message, sorry!


[-- Attachment #2: emacs-google-translate.patch --]
[-- Type: text/x-patch, Size: 727 bytes --]

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8618a07a21..36f8d27743 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -78,6 +78,7 @@
 ;;; Copyright © 2020 Eric Bavier <bavier@posteo.net>
 ;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
 ;;; Copyright © 2020 Peng Mei Yu <i@pengmeiyu.com>
+;;; Copyright © 2020 André A. Gomes <andremegafone@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -16975,7 +16976,7 @@ the GIF result.")
 (define-public emacs-google-translate
   (package
     (name "emacs-google-translate")
-    (version "0.11.18")
+    (version "0.12.0")
     (source
      (origin
        (method git-fetch)

[-- Attachment #3: Type: text/plain, Size: 61 bytes --]



-- 
André Alexandre Gomes
"Free Thought, Free World"

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

* [bug#42586] Update
  2020-07-28 15:26 [bug#42586] [PATCH] emacs-google-translate André Alexandre Gomes
@ 2020-07-28 16:36 ` André Alexandre Gomes
  2020-08-07  3:45 ` [bug#42586] [PATCH] emacs-google-translate Brett Gilio
  1 sibling, 0 replies; 4+ messages in thread
From: André Alexandre Gomes @ 2020-07-28 16:36 UTC (permalink / raw)
  To: 42586

Please ignore this thread since I forgot to actually add the patch.  Thanks.

--
André Alexandre Gomes
"Free Thought, Free World"




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

* [bug#42586] [PATCH] emacs-google-translate
  2020-07-28 15:26 [bug#42586] [PATCH] emacs-google-translate André Alexandre Gomes
  2020-07-28 16:36 ` [bug#42586] Update André Alexandre Gomes
@ 2020-08-07  3:45 ` Brett Gilio
  2020-08-07  4:03   ` bug#42586: " Brett Gilio
  1 sibling, 1 reply; 4+ messages in thread
From: Brett Gilio @ 2020-08-07  3:45 UTC (permalink / raw)
  To: André Alexandre Gomes; +Cc: 42586

andremegafone@gmail.com (André Alexandre Gomes) writes:

> I missed the attachment in the last message, sorry!
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 8618a07a21..36f8d27743 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -78,6 +78,7 @@
>  ;;; Copyright © 2020 Eric Bavier <bavier@posteo.net>
>  ;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
>  ;;; Copyright © 2020 Peng Mei Yu <i@pengmeiyu.com>
> +;;; Copyright © 2020 André A. Gomes <andremegafone@gmail.com>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -16975,7 +16976,7 @@ the GIF result.")
>  (define-public emacs-google-translate
>    (package
>      (name "emacs-google-translate")
> -    (version "0.11.18")
> +    (version "0.12.0")
>      (source
>       (origin
>         (method git-fetch)

Hello Andre,

Thank you for your contribution. There are a few problems we need to
address before continuing. I will try to explain:

1. Each package comes with a checksum hash that needs to match to verify
the authenticity of the originating source. You modified the version,
but did not update that hash. This has can be obtained directly through
git or by running our build system on your change and letting the build
fail and it'll output the correct hash. On that note, please make sure
you are checking your changes by running the build system against them,
it would have caught this discrepency.

2. Your submission appears to be a git diff, we use git formatted
patches emailed through git send-mail to share and apply patches in our
work tree. Will you please resend your change (with the revised checksum
hash) using git format-patch and git send-mail? When doing so, please
take care to review our commit message protocol. These can be reviewed
from our contributing page.

If you need further explanations, or can not find the links to the
information I am referencing, let me know!

Thanks,
Brett Gilio




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

* bug#42586: [PATCH] emacs-google-translate
  2020-08-07  3:45 ` [bug#42586] [PATCH] emacs-google-translate Brett Gilio
@ 2020-08-07  4:03   ` Brett Gilio
  0 siblings, 0 replies; 4+ messages in thread
From: Brett Gilio @ 2020-08-07  4:03 UTC (permalink / raw)
  To: André Alexandre Gomes; +Cc: 42586-close

This package was already updated, on a second look. I hope you will
consider contributing again in the future though! :)




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

end of thread, other threads:[~2020-08-07  4:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-28 15:26 [bug#42586] [PATCH] emacs-google-translate André Alexandre Gomes
2020-07-28 16:36 ` [bug#42586] Update André Alexandre Gomes
2020-08-07  3:45 ` [bug#42586] [PATCH] emacs-google-translate Brett Gilio
2020-08-07  4:03   ` bug#42586: " Brett Gilio

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).