guix_mirror_bot pushed a commit to branch emacs-team in repository guix. commit 888aba173467f219aa6b7877d77704e5ce2742f8 Author: Nicolas Graves <ngra...@ngraves.fr> AuthorDate: Sun May 18 10:16:39 2025 +0200
gnu: emacs-tco-el: Rename package to emacs-tco. * gnu/packages/emacs-xyz.scm (emacs-tco-el): Define in terms of 'deprecated-package'. (emacs-tco): New variable, formerly known as "emacs-tco-el". Signed-off-by: Ian Eure <i...@retrospec.tv> --- gnu/packages/emacs-xyz.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index a03c3b2782..0980d75bc1 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -35583,11 +35583,11 @@ directory for only the next invoked command. The directory selection can be done using Helm, Ido or Ivy.") (license license:gpl2+)))) -(define-public emacs-tco-el +(define-public emacs-tco (let ((commit "482db5313f090b17ed22ccd856f0e141dc75afe6") (revision "1")) (package - (name "emacs-tco-el") + (name "emacs-tco") (version (git-version "0.3" revision commit)) (source (origin @@ -35610,6 +35610,9 @@ done using Helm, Ido or Ivy.") Lisp functions that call themselves in tail position.") (license license:gpl3+)))) +(define-deprecated/public emacs-tco-el emacs-tco + (deprecated-package "emacs-tco-el" emacs-tco)) + (define-public emacs-equake ;; Upstream provides no tagged releases, but the commit below matches an ;; exact release.