From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu OTHACEHE Subject: Re: [PATCH 1/5] gnu: Add emacs-ht. Date: Fri, 27 Jan 2017 11:16:53 +0100 Message-ID: <87o9yskdt6.fsf@gmail.com> References: <20170126123119.18942-1-m.othacehe@gmail.com> <20170126123119.18942-2-m.othacehe@gmail.com> <87efzooo41.fsf@gmail.com> <20170127095929.GA28279@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cX3aW-0001aZ-FF for guix-devel@gnu.org; Fri, 27 Jan 2017 05:17:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cX3aS-000460-Ev for guix-devel@gnu.org; Fri, 27 Jan 2017 05:17:00 -0500 Received: from mail-wm0-x241.google.com ([2a00:1450:400c:c09::241]:35071) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cX3aS-00045T-7v for guix-devel@gnu.org; Fri, 27 Jan 2017 05:16:56 -0500 Received: by mail-wm0-x241.google.com with SMTP id d140so57380759wmd.2 for ; Fri, 27 Jan 2017 02:16:56 -0800 (PST) In-reply-to: <20170127095929.GA28279@jasmine> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Leo Famulari Cc: guix-devel@gnu.org, Alex Kost > On Fri, Jan 27, 2017 at 12:20:46PM +0300, Alex Kost wrote: >> Mathieu Othacehe (2017-01-26 13:31 +0100) wrote: >> > + (uri (string-append >> > + "http://melpa.org/packages/ht-" >> > + version >> > + ".el")) >> >> We can't use files from melpa.org because once a new commit appears in >> the upstream repo, melpa will rebuilt the package and remove the >> previous version, so this package will lost its source and will not be >> buildable anymore. So please use the latest available tarballs instead. Ok, I'll send and update. > > I think the linter should warn about this. It seems like you have to > send this email often. Yes, or modify guix import for melpa ? It seems that I trusted wrongly the output of the importer ... Mathieu