GNU bug report logs -
#61007
[PATCH] gnu: emacs-origami-el: Fix cl package deprecation.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Sun, 22 Jan 2023 16:28: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
Hello,
Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-origami-el):
> [source] Add patch to fix cl package deprecation.
> [propagated-inputs] Formatting.
> [home-page] Formatting.
> ---
> gnu/packages/emacs-xyz.scm | 24 +++++++++++++++---------
> 1 file changed, 15 insertions(+), 9 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 41a0ccf09e..ed5c3bd71d 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -28753,24 +28753,30 @@ (define-public emacs-rjsx-mode
> (define-public emacs-origami-el
> (let ((commit "1f38085c8f9af7842765ed63f7d6dfe4dab59366")
> (version "1.0")
> - (revision "1"))
> + (revision "1")
> + (url "https://github.com/gregsexton/origami.el")
Please don't factor out URL, even if you can.
Otherwise, LGTM.
Regards,
--
Nicolas Goaziou
This bug report was last modified 2 years and 175 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.