From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48125) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyEg6-0001fE-Fk for guix-patches@gnu.org; Wed, 12 Apr 2017 05:35:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyEg2-00007I-EB for guix-patches@gnu.org; Wed, 12 Apr 2017 05:35:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45528) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cyEg2-00006N-3Y for guix-patches@gnu.org; Wed, 12 Apr 2017 05:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cyEg1-0008VT-Og for guix-patches@gnu.org; Wed, 12 Apr 2017 05:35:01 -0400 Subject: bug#26453: [PATCH 1/2] gnu: add emacs-xelb Resent-Message-ID: Message-Id: <8f4d9671.AEQAJK8SRfIAAAAAAAAAAAO0QSkAAAACwQwAAAAAAAW9WABY7fSb@mailjet.com> MIME-Version: 1.0 From: Arun Isaac Date: Wed, 12 Apr 2017 15:04:06 +0530 In-reply-to: <20170411225803.2420-1-tumashu@163.com> References: <20170411225803.2420-1-tumashu@163.com> Content-Type: text/plain Content-Transfer-Encoding: quoted-printable 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: 26453@debbugs.gnu.org Thanks for the patch! > + (source > + (origin > + (method url-fetch) > + (uri (string-append "https://elpa.gnu.org/packages/xelb-" > + version ".tar")) Could you open an issue with the upstream maintainer asking him to tag a release so that we could use the upstream release tarball directly instead of relying on ELPA's tarball? =