guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Add emacs-god-mode


From: Ricardo Wurmus
Subject: Re: [PATCH] Add emacs-god-mode
Date: Sat, 27 Feb 2016 13:51:27 +0100
User-agent: mu4e 0.9.13; emacs 24.5.1

Ricardo Wurmus <address@hidden> writes:

> Alex Kost <address@hidden> 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
>> <http://lists.gnu.org/archive/html/guix-devel/2015-07/msg00416.html>).
>>
>> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]