guix_mirror_bot pushed a commit to branch emacs-team in repository guix. commit 940e84560d6b3fc6abe51d51fba5b9bf42af65f8 Author: Nicolas Graves <ngra...@ngraves.fr> AuthorDate: Sun May 18 10:16:28 2025 +0200
gnu: emacs-chruby-el: Rename package to emacs-chruby. * gnu/packages/emacs-xyz.scm (emacs-chruby-el): Define in terms of 'deprecated-package'. (emacs-chruby): New variable, formerly known as "emacs-chruby-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 f7df930e36..a77e5539b7 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -8569,12 +8569,12 @@ If you are using Guix shell with @file{manifest.scm}, the @code{inf-ruby-wrapper-command} customization variable could be helpful.") (license license:gpl3+))) -(define-public emacs-chruby-el +(define-public emacs-chruby (let ((version "1.0") (commit "42bc6d521f832eca8e2ba210f30d03ad5529788f") (revision "0")) (package - (name "emacs-chruby-el") + (name "emacs-chruby") (version (git-version version revision commit)) (source (origin (method git-fetch) @@ -8589,6 +8589,9 @@ If you are using Guix shell with @file{manifest.scm}, the (description "This package lets you switch Ruby versions using chruby.") (license license:gpl3+)))) +(define-deprecated/public emacs-chruby-el emacs-chruby + (deprecated-package "emacs-chruby-el" emacs-chruby)) + ;; Package has no release. Version is extracted from "Version:" keyword in ;; main file. (define-public emacs-zeno-theme