From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] Add emacs-god-mode Date: Tue, 23 Feb 2016 22:59:42 +0100 Message-ID: <87vb5ff5pt.fsf@elephly.net> References: <871t869qb5.fsf@elephly.net> <87k2lwxudc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYKzp-0001pq-3X for guix-devel@gnu.org; Tue, 23 Feb 2016 16:59:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYKzl-0004zs-T2 for guix-devel@gnu.org; Tue, 23 Feb 2016 16:59:53 -0500 Received: from sender163-mail.zoho.com ([74.201.84.163]:25175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYKzl-0004zj-L0 for guix-devel@gnu.org; Tue, 23 Feb 2016 16:59:49 -0500 In-reply-to: <87k2lwxudc.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Kost Cc: "guix-devel@gnu.org" Alex Kost writes: > Ricardo Wurmus (2016-02-21 15:54 +0300) wrote: > >> +(define-public emacs-god-mode >> + (package >> + (name "emacs-god-mode") >> + (version "20151005.925") >> + (source >> + (origin >> + (method url-fetch) >> + (uri (string-append "http://melpa.org/packages/god-mode-" >> + version ".tar")) > > MELPA URL cannot be used, because it changes the hash in place every now > and then (see also > ). > > So since there are no releases, we'll probably have to use git-fetch for > now. However I think it would be good to ask the author to make a tag > as it will also be used by melpa-stable. There’s an open issue for tagging a release here: https://github.com/chrisdone/god-mode/issues/81 I’ll change the package to fetch from git instead. ~~ Ricardo