From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d9SqL-000628-RZ for guix-patches@gnu.org; Sat, 13 May 2017 04:56:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d9SqI-0005FN-IE for guix-patches@gnu.org; Sat, 13 May 2017 04:56:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39071) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d9SqI-0005FI-7o for guix-patches@gnu.org; Sat, 13 May 2017 04:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d9SqI-0004tB-0n for guix-patches@gnu.org; Sat, 13 May 2017 04:56:02 -0400 Subject: bug#26802: [PATCH 1/3] gnu: emacs-goto-chg: Set source file-name. Resent-Message-ID: From: Alex Kost References: <05a79dd0.AEAAJ6TpV0QAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABZDccC@mailjet.com> Date: Sat, 13 May 2017 11:55:52 +0300 In-Reply-To: (Arun Isaac's message of "Sat, 13 May 2017 10:53:35 +0530") Message-ID: <87r2ztxhif.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arun Isaac Cc: 26802@debbugs.gnu.org Arun Isaac (2017-05-13 10:53 +0530) wrote: > * gnu/packages/emacs.scm (emacs-goto-chg)[source]: Add file-name field. > --- > gnu/packages/emacs.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index 21120b331..8608c3907 100644 > --- a/gnu/packages/emacs.scm > +++ b/gnu/packages/emacs.scm > @@ -3488,6 +3488,7 @@ extensions.") > (method url-fetch) > ;; There is no versioned source. > (uri "https://www.emacswiki.org/emacs/download/goto-chg.el") > + (file-name (string-append "goto-chg-" version ".el")) > (sha256 > (base32 > "078d6p4br5vips7b9x4v6cy0wxf6m5ij9gpqd4g33bryn22gnpij")))) This and the other patches are uncontroversial, I think you can push them, thanks! -- Alex