guix-patches
[Top][All Lists]
Advanced

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

bug#64641: [PATCH] gnu: Add emacs-speed-type.


From: Nicolas Goaziou
Subject: bug#64641: [PATCH] gnu: Add emacs-speed-type.
Date: Sat, 02 Sep 2023 23:55:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hello,

Abhiseck Paira via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-speed-type): New variable.

Applied, with the changes noted below. Thank you!

> +(define-public emacs-speed-type
> +  (package
> +    (name "emacs-speed-type")
> +    (version "20230206.1330")

This version number is specific to MELPA, but does not correspond to
real upstream version. In this case, I changed it to "1.3".

> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append "https://melpa.org/packages/"; "speed-type-"
> +                                  version ".tar"))

We don't use MELPA as source because the tarballs they produce are not
stable. I used GitHub repository instead.


Regards,

-- 
Nicolas Goaziou





reply via email to

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