From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/5] gnu: Add emacs-ht. Date: Fri, 27 Jan 2017 04:59:29 -0500 Message-ID: <20170127095929.GA28279@jasmine> References: <20170126123119.18942-1-m.othacehe@gmail.com> <20170126123119.18942-2-m.othacehe@gmail.com> <87efzooo41.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cX3Jh-00070s-FW for guix-devel@gnu.org; Fri, 27 Jan 2017 04:59:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cX3Jc-0006Pa-Lu for guix-devel@gnu.org; Fri, 27 Jan 2017 04:59:37 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:54361) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cX3Jc-0006PC-3B for guix-devel@gnu.org; Fri, 27 Jan 2017 04:59:32 -0500 Content-Disposition: inline In-Reply-To: <87efzooo41.fsf@gmail.com> 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: Alex Kost Cc: guix-devel@gnu.org 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. I think the linter should warn about this. It seems like you have to send this email often.