Ricardo Wurmus <rek...@elephly.net> writes: > Alex Kost <alez...@gmail.com> 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