From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] Add emacs-god-mode Date: Sat, 27 Feb 2016 13:51:27 +0100 Message-ID: <87h9gue2pc.fsf@elephly.net> References: <871t869qb5.fsf@elephly.net> <87k2lwxudc.fsf@gmail.com> <87vb5ff5pt.fsf@elephly.net> 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]:56270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZeLU-0004kJ-UJ for guix-devel@gnu.org; Sat, 27 Feb 2016 07:51:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZeLQ-0006sB-At for guix-devel@gnu.org; Sat, 27 Feb 2016 07:51:40 -0500 Received: from sender163-mail.zoho.com ([74.201.84.163]:25796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZeLQ-0006s7-2l for guix-devel@gnu.org; Sat, 27 Feb 2016 07:51:36 -0500 In-reply-to: <87vb5ff5pt.fsf@elephly.net> 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" Ricardo Wurmus writes: > 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. Done and pushed as 48766ea. Thanks! ~~ Ricardo