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: Alex Kost
Subject: Re: [PATCH] Add emacs-god-mode
Date: Tue, 23 Feb 2016 01:17:35 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

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.

-- 
Alex



reply via email to

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