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

Previous Next

Package: guix-patches;

Reported by: Abhiseck Paira <abhiseckpaira <at> disroot.org>

Date: Sat, 15 Jul 2023 07:09:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 64641 <at> debbugs.gnu.org
Cc: Abhiseck Paira <abhiseckpaira <at> disroot.org>, 64641-done <at> debbugs.gnu.org
Subject: [bug#64641] [PATCH] gnu: Add emacs-speed-type.
Date: Sat, 02 Sep 2023 23:55:18 +0200
Hello,

Abhiseck Paira via Guix-patches via <guix-patches <at> 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




This bug report was last modified 1 year and 343 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.