From unknown Sun Jun 22 17:17:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#42586] [PATCH] emacs-google-translate Resent-From: andremegafone@gmail.com (=?UTF-8?Q?Andr=C3=A9?= Alexandre Gomes) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 28 Jul 2020 16:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 42586 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 42586@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.159595403019421 (code B ref -1); Tue, 28 Jul 2020 16:34:02 +0000 Received: (at submit) by debbugs.gnu.org; 28 Jul 2020 16:33:50 +0000 Received: from localhost ([127.0.0.1]:58931 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0SY1-000535-Dd for submit@debbugs.gnu.org; Tue, 28 Jul 2020 12:33:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:33060) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0RV3-0003Od-8J for submit@debbugs.gnu.org; Tue, 28 Jul 2020 11:26:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47010) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0RV2-0004Ym-C0 for guix-patches@gnu.org; Tue, 28 Jul 2020 11:26:41 -0400 Received: from mail-wr1-x431.google.com ([2a00:1450:4864:20::431]:42847) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k0RV0-0002Iy-MN for guix-patches@gnu.org; Tue, 28 Jul 2020 11:26:40 -0400 Received: by mail-wr1-x431.google.com with SMTP id r4so15741462wrx.9 for ; Tue, 28 Jul 2020 08:26:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version; bh=MHZIuD2hdW/KbGG9enyH4y+vfpcs/7ZLuBsf492Aago=; b=khoqQUtyZWLXcmqPwnIUTvK64pFSnfaY6i87pYk0crYW0bx+2PbebOgoIsm/dorh82 b+XnGlUuBud3Hi4wvTsUFph3pi+B44YV7oDJUQULCjA0Ctysax3THZX0tVg4hqqeOxYB RE2HzuBzQhIauP0kFU5i9Q+Het1c5U/7qsD3PXLwZQwTJ/C5IZ1/9hQQDdLDp8LZf3v2 Dph4vnkLggN+Fr72BOonet348s8hqEGoQHqaf5NOmlgh6yujjhpvqamp2oof4vgCGdRf S+W6hUf7C5pLgAkYrwg2pFTfGw8SKzys9Pz4PxHKLqD/rttYHqJ0JDErK76jqd7aFFAG 9hZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=MHZIuD2hdW/KbGG9enyH4y+vfpcs/7ZLuBsf492Aago=; b=ZKFjokLVZpgFQtuU0rjom0sL4k4GSzbWuasyo19ULRtx6NmXD7HNEUCEzFuHZ2kw7W O3I46ewR4s8RODhJaqwGCFzIg6DxR3ZSAf4zMprvTVFN4B0s07toH+NmLRHArFQNlpV2 aLD3WJN3mJ8PtnhGDHFZRjtVCLz6/bZbqs4fmRDNavKmb1I7kPA8E8v7q9kGnR2ipo5r rva6i010486GAZ6fWwQsgLUgns9mvnWJWK2CsdLLxclES3SKVqU9JgBFSibuRuPYyjjP S1ddPU+f94DkxfPRPmWltKWd6Nhwp1s2b5EN0d4WR1g/+XiulCixlHluJwjoGldvVilR RUpA== X-Gm-Message-State: AOAM531SnuhVL+1tmvi/ZCynS8urZ7PQ3G+g15CL6o9+B3DaZ5cZ+6BB A/LUPAvMGCYHI027VF6gMshc4rMG X-Google-Smtp-Source: ABdhPJy68MkJMD5ebsNPfvRabmlu0bMsoMEIO+iWfnc4EDvMg/7oiyOIPuAFvJDOFHAu+nj0DOg0ZA== X-Received: by 2002:adf:c3c8:: with SMTP id d8mr5951994wrg.406.1595949996366; Tue, 28 Jul 2020 08:26:36 -0700 (PDT) Received: from guix-xps13 ([2001:818:daa9:6700:f523:99f8:1663:ebe2]) by smtp.gmail.com with ESMTPSA id 129sm5100639wmd.48.2020.07.28.08.26.35 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Jul 2020 08:26:35 -0700 (PDT) From: andremegafone@gmail.com (=?UTF-8?Q?Andr=C3=A9?= Alexandre Gomes) Date: Tue, 28 Jul 2020 16:26:34 +0100 Message-ID: <87mu3jd5jp.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=2a00:1450:4864:20::431; envelope-from=andremegafone@gmail.com; helo=mail-wr1-x431.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-Mailman-Approved-At: Tue, 28 Jul 2020 12:33:44 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --=-=-= Content-Type: text/plain I missed the attachment in the last message, sorry! --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=emacs-google-translate.patch Content-Transfer-Encoding: quoted-printable 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 =C2=A9 2020 Eric Bavier ;;; Copyright =C2=A9 2020 Morgan Smith ;;; Copyright =C2=A9 2020 Peng Mei Yu +;;; Copyright =C2=A9 2020 Andr=C3=A9 A. Gomes ;;; ;;; 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) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable --=20 Andr=C3=A9 Alexandre Gomes "Free Thought, Free World" --=-=-=-- From unknown Sun Jun 22 17:17:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#42586] Update References: <87mu3jd5jp.fsf@gmail.com> In-Reply-To: <87mu3jd5jp.fsf@gmail.com> Resent-From: andremegafone@gmail.com (=?UTF-8?Q?Andr=C3=A9?= Alexandre Gomes) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 28 Jul 2020 16:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42586 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 42586@debbugs.gnu.org Received: via spool by 42586-submit@debbugs.gnu.org id=B42586.159595417919727 (code B ref 42586); Tue, 28 Jul 2020 16:37:01 +0000 Received: (at 42586) by debbugs.gnu.org; 28 Jul 2020 16:36:19 +0000 Received: from localhost ([127.0.0.1]:58941 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0SaR-000587-Kt for submit@debbugs.gnu.org; Tue, 28 Jul 2020 12:36:19 -0400 Received: from mail-wr1-f51.google.com ([209.85.221.51]:46629) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0SaQ-00057u-OC for 42586@debbugs.gnu.org; Tue, 28 Jul 2020 12:36:19 -0400 Received: by mail-wr1-f51.google.com with SMTP id r12so18881154wrj.13 for <42586@debbugs.gnu.org>; Tue, 28 Jul 2020 09:36:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=w3DIGHGbYU5ZcVBSKOBbdbS/10iWbg8tunHHtwajduU=; b=ZexIoeJ39+Z8xOdCJSd4iDl4uWq8m3hsgUsoSI84MRU/4APBtUyxhCNodqMqZXqdfO 4m+LG8RY4ouxp7s2UOYNZ1Xa0CtPDbdYJCAncRG5kxiIVhc7VnRyfdA2p40fPa8CSTGs b3+BrQFyTmKlA4pOqyXcZUH5rOq4hmMoQTZ8aL/06jaR0qXoNFjiMynveCMf4J5KBQLG oqwMaCyqWgpRy+zRTnPQ+mXzDCeyjtHZ8QX2w+5iceS0PhkqX/eGz8lDWSkkpzAoifPn n2WYCXZ8BrZzzC/xGKqFS14Q3twySxIRgKKhC/0H4HwWzSELYu0ounWetuX+ALoqG94j oXGw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=w3DIGHGbYU5ZcVBSKOBbdbS/10iWbg8tunHHtwajduU=; b=NQVKRP4pTCXdLCfabd69WWwbAMStmjqlv6c3uULApR0teMEDBs755pcPxyfpi6BjWj tOM/6WeXpQGymcLN7iGq4u9dOvMSIFOzhReHda+Pon/UF/B/c/DWsdRXA7FHpvh/2IKU gpctpR4lyYvi5CeSvJpST9XvDyz0jRK+wAFetpjuIBHzHN9UG7lNVlFHroq0LZ1INIng r36nMc6/uadS70kstL2DKp1xnWmoZ8RhilMmpkEMl+qadK3P/3WGdsIIXvSu5b64oWct wZa0XqfYASNYYKAZyME7LC8Lq1J8/wJoayeoG7nbgl19+LlLaar087pzIZhAmHRvCIIa CsUA== X-Gm-Message-State: AOAM531y9v+Kxm1Pk5BxuBSu71/5HAxLQPHsaTeOPV/RL4hQEfDLOXlT sT27BNU/+5UM5pjtE2uC6Z+wFpRV X-Google-Smtp-Source: ABdhPJx9kDU/i+t49w4SZzhhcy47XxVXV/jqocvTVQp/Qhmd0xCX/7YQg3Lp+AKnX6LgOdZFyGqoYw== X-Received: by 2002:adf:ea92:: with SMTP id s18mr26322690wrm.269.1595954172337; Tue, 28 Jul 2020 09:36:12 -0700 (PDT) Received: from guix-xps13 ([2001:818:daa9:6700:f523:99f8:1663:ebe2]) by smtp.gmail.com with ESMTPSA id c17sm19646686wrc.42.2020.07.28.09.36.11 for <42586@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Jul 2020 09:36:11 -0700 (PDT) From: andremegafone@gmail.com (=?UTF-8?Q?Andr=C3=A9?= Alexandre Gomes) Date: Tue, 28 Jul 2020 17:36:10 +0100 Message-ID: <87ft9bd2bp.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Please ignore this thread since I forgot to actually add the patch. Thanks. -- Andr=C3=A9 Alexandre Gomes "Free Thought, Free World" From unknown Sun Jun 22 17:17:10 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#42586] [PATCH] emacs-google-translate Resent-From: Brett Gilio Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 07 Aug 2020 03:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42586 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: andremegafone@gmail.com (=?UTF-8?Q?Andr=C3=A9?= Alexandre Gomes) Cc: 42586@debbugs.gnu.org Received: via spool by 42586-submit@debbugs.gnu.org id=B42586.159677190027156 (code B ref 42586); Fri, 07 Aug 2020 03:45:02 +0000 Received: (at 42586) by debbugs.gnu.org; 7 Aug 2020 03:45:00 +0000 Received: from localhost ([127.0.0.1]:55407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3tJU-00073w-7u for submit@debbugs.gnu.org; Thu, 06 Aug 2020 23:45:00 -0400 Received: from eggs.gnu.org ([209.51.188.92]:43746) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3tJS-00073h-FX for 42586@debbugs.gnu.org; Thu, 06 Aug 2020 23:44:59 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34698) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k3tJN-00042U-6Y; Thu, 06 Aug 2020 23:44:53 -0400 Received: from [2605:6000:1a0d:48fb::e9] (port=57368 helo=lenovo-t430) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k3tJM-00029G-0B; Thu, 06 Aug 2020 23:44:52 -0400 From: Brett Gilio References: <87mu3jd5jp.fsf@gmail.com> Date: Thu, 06 Aug 2020 22:45:03 -0500 In-Reply-To: <87mu3jd5jp.fsf@gmail.com> ("=?UTF-8?Q?Andr=C3=A9?= Alexandre Gomes"'s message of "Tue, 28 Jul 2020 16:26:34 +0100") Message-ID: <87sgczi0g0.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) andremegafone@gmail.com (Andr=C3=A9 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 =C2=A9 2020 Eric Bavier > ;;; Copyright =C2=A9 2020 Morgan Smith > ;;; Copyright =C2=A9 2020 Peng Mei Yu > +;;; Copyright =C2=A9 2020 Andr=C3=A9 A. Gomes > ;;; > ;;; 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 From unknown Sun Jun 22 17:17:10 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: andremegafone@gmail.com (=?UTF-8?Q?Andr=C3=A9?= Alexandre Gomes) Subject: bug#42586: closed (Re: [bug#42586] [PATCH] emacs-google-translate) Message-ID: References: <87d043hzl8.fsf@gnu.org> <87mu3jd5jp.fsf@gmail.com> X-Gnu-PR-Message: they-closed 42586 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 42586@debbugs.gnu.org Date: Fri, 07 Aug 2020 04:04:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1596773041-29010-1" This is a multi-part message in MIME format... ------------=_1596773041-29010-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #42586: [PATCH] emacs-google-translate which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 42586@debbugs.gnu.org. --=20 42586: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D42586 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1596773041-29010-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 42586-close) by debbugs.gnu.org; 7 Aug 2020 04:03:30 +0000 Received: from localhost ([127.0.0.1]:55415 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3tbO-0007X6-3F for submit@debbugs.gnu.org; Fri, 07 Aug 2020 00:03:30 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46956) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3tbK-0007Wm-6g for 42586-close@debbugs.gnu.org; Fri, 07 Aug 2020 00:03:29 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35076) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k3tbE-00068l-Mr; Fri, 07 Aug 2020 00:03:20 -0400 Received: from [2605:6000:1a0d:48fb::e9] (port=57648 helo=lenovo-t430) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k3tbE-0002EL-5t; Fri, 07 Aug 2020 00:03:20 -0400 From: Brett Gilio To: andremegafone@gmail.com (=?utf-8?Q?Andr=C3=A9?= Alexandre Gomes) Subject: Re: [bug#42586] [PATCH] emacs-google-translate References: <87mu3jd5jp.fsf@gmail.com> <87sgczi0g0.fsf@gnu.org> Date: Thu, 06 Aug 2020 23:03:31 -0500 In-Reply-To: <87sgczi0g0.fsf@gnu.org> (Brett Gilio's message of "Thu, 06 Aug 2020 22:45:03 -0500") Message-ID: <87d043hzl8.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42586-close Cc: 42586-close@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) This package was already updated, on a second look. I hope you will consider contributing again in the future though! :) ------------=_1596773041-29010-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 28 Jul 2020 16:33:50 +0000 Received: from localhost ([127.0.0.1]:58931 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0SY1-000535-Dd for submit@debbugs.gnu.org; Tue, 28 Jul 2020 12:33:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:33060) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0RV3-0003Od-8J for submit@debbugs.gnu.org; Tue, 28 Jul 2020 11:26:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47010) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0RV2-0004Ym-C0 for guix-patches@gnu.org; Tue, 28 Jul 2020 11:26:41 -0400 Received: from mail-wr1-x431.google.com ([2a00:1450:4864:20::431]:42847) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k0RV0-0002Iy-MN for guix-patches@gnu.org; Tue, 28 Jul 2020 11:26:40 -0400 Received: by mail-wr1-x431.google.com with SMTP id r4so15741462wrx.9 for ; Tue, 28 Jul 2020 08:26:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version; bh=MHZIuD2hdW/KbGG9enyH4y+vfpcs/7ZLuBsf492Aago=; b=khoqQUtyZWLXcmqPwnIUTvK64pFSnfaY6i87pYk0crYW0bx+2PbebOgoIsm/dorh82 b+XnGlUuBud3Hi4wvTsUFph3pi+B44YV7oDJUQULCjA0Ctysax3THZX0tVg4hqqeOxYB RE2HzuBzQhIauP0kFU5i9Q+Het1c5U/7qsD3PXLwZQwTJ/C5IZ1/9hQQDdLDp8LZf3v2 Dph4vnkLggN+Fr72BOonet348s8hqEGoQHqaf5NOmlgh6yujjhpvqamp2oof4vgCGdRf S+W6hUf7C5pLgAkYrwg2pFTfGw8SKzys9Pz4PxHKLqD/rttYHqJ0JDErK76jqd7aFFAG 9hZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=MHZIuD2hdW/KbGG9enyH4y+vfpcs/7ZLuBsf492Aago=; b=ZKFjokLVZpgFQtuU0rjom0sL4k4GSzbWuasyo19ULRtx6NmXD7HNEUCEzFuHZ2kw7W O3I46ewR4s8RODhJaqwGCFzIg6DxR3ZSAf4zMprvTVFN4B0s07toH+NmLRHArFQNlpV2 aLD3WJN3mJ8PtnhGDHFZRjtVCLz6/bZbqs4fmRDNavKmb1I7kPA8E8v7q9kGnR2ipo5r rva6i010486GAZ6fWwQsgLUgns9mvnWJWK2CsdLLxclES3SKVqU9JgBFSibuRuPYyjjP S1ddPU+f94DkxfPRPmWltKWd6Nhwp1s2b5EN0d4WR1g/+XiulCixlHluJwjoGldvVilR RUpA== X-Gm-Message-State: AOAM531SnuhVL+1tmvi/ZCynS8urZ7PQ3G+g15CL6o9+B3DaZ5cZ+6BB A/LUPAvMGCYHI027VF6gMshc4rMG X-Google-Smtp-Source: ABdhPJy68MkJMD5ebsNPfvRabmlu0bMsoMEIO+iWfnc4EDvMg/7oiyOIPuAFvJDOFHAu+nj0DOg0ZA== X-Received: by 2002:adf:c3c8:: with SMTP id d8mr5951994wrg.406.1595949996366; Tue, 28 Jul 2020 08:26:36 -0700 (PDT) Received: from guix-xps13 ([2001:818:daa9:6700:f523:99f8:1663:ebe2]) by smtp.gmail.com with ESMTPSA id 129sm5100639wmd.48.2020.07.28.08.26.35 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Jul 2020 08:26:35 -0700 (PDT) From: andremegafone@gmail.com (=?utf-8?Q?Andr=C3=A9?= Alexandre Gomes) To: guix-patches@gnu.org Subject: [PATCH] emacs-google-translate Date: Tue, 28 Jul 2020 16:26:34 +0100 Message-ID: <87mu3jd5jp.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=2a00:1450:4864:20::431; envelope-from=andremegafone@gmail.com; helo=mail-wr1-x431.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 28 Jul 2020 12:33:44 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --=-=-= Content-Type: text/plain I missed the attachment in the last message, sorry! --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=emacs-google-translate.patch Content-Transfer-Encoding: quoted-printable 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 =C2=A9 2020 Eric Bavier ;;; Copyright =C2=A9 2020 Morgan Smith ;;; Copyright =C2=A9 2020 Peng Mei Yu +;;; Copyright =C2=A9 2020 Andr=C3=A9 A. Gomes ;;; ;;; 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) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable --=20 Andr=C3=A9 Alexandre Gomes "Free Thought, Free World" --=-=-=-- ------------=_1596773041-29010-1--