guix_mirror_bot pushed a commit to branch master
in repository guix.

commit eb19b4f2f7fae171523a9b322394d1989110ef3d
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun May 18 10:16:29 2025 +0200

    gnu: emacs-moe-theme-el: Rename package to emacs-moe-theme.
    
    * gnu/packages/emacs-xyz.scm (emacs-moe-theme-el): Define in terms of
    'deprecated-package'.
    (emacs-moe-theme): New variable, formerly known as "emacs-moe-theme-el".
    
    Signed-off-by: Ian Eure <[email protected]>
---
 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 abfe750b4f..29d602772b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13512,9 +13512,9 @@ the same content bi-directionally.")
 It is built on top of the custom theme support in Emacs 24 or later.")
     (license license:gpl3+)))
 
-(define-public emacs-moe-theme-el
+(define-public emacs-moe-theme
   (package
-    (name "emacs-moe-theme-el")
+    (name "emacs-moe-theme")
     (version "1.0.1")
     (source
      (origin
@@ -13533,6 +13533,9 @@ It is built on top of the custom theme support in Emacs 
24 or later.")
 variants.")
     (license license:gpl3+)))
 
+(define-deprecated/public emacs-moe-theme-el emacs-moe-theme
+  (deprecated-package "emacs-moe-theme-el" emacs-moe-theme))
+
 (define-public emacs-color-theme-sanityinc-tomorrow
   (package
     (name "emacs-color-theme-sanityinc-tomorrow")

Reply via email to