guix-patches
[Top][All Lists]
Advanced

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

[bug#44342] [PATCH 4/6] gnu: Add emacs-flycheck-rtags.


From: Nicolas Goaziou
Subject: [bug#44342] [PATCH 4/6] gnu: Add emacs-flycheck-rtags.
Date: Sat, 07 Nov 2020 11:41:36 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Hello,

Malte Frank Gerdes <malte.f.gerdes@gmail.com> writes:

> * gnu/packages/emacs-xyz.scm (emacs-flycheck-rtags): New variable.

Thank you.

> +(define-public emacs-flycheck-rtags
> +  (package
> +    (name "emacs-flycheck-rtags")
> +    (version "20191222.920")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append "http://melpa.org/packages/flycheck-rtags-";
> +                           version ".el"))

We don't use MELPA because the files they provide are not reliable
(hash may change over time).

As a consequence, the version should be "2.38".

The same applies to the other packages, I think.

Regards,
-- 
Nicolas Goaziou





reply via email to

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