gnu: emacs-eval-sexp-fu-el: Rename package to emacs-eval-sexp-fu.

* gnu/packages/emacs-xyz.scm (emacs-eval-sexp-fu-el): Define in terms of
'deprecated-package'.
(emacs-eval-sexp-fu): New variable, formerly known as
"emacs-eval-sexp-fu-el".
(emacs-cider-eval-sexp-fu)[propagated-inputs]: Rename accordingly.

Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Nicolas Graves 2025-05-18 10:16:42 +02:00 committed by Liliana Marie Prikler
parent 19d4301d45
commit 98933c377d
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -18392,7 +18392,7 @@ CIDER).")
(sha256
(base32 "01gky548v3758fyr317lkwsc9aacab6m9d9vk1mrr3qyvmciwd51"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-eval-sexp-fu-el))
(propagated-inputs (list emacs-eval-sexp-fu))
(home-page "https://github.com/clojure-emacs/cider-eval-sexp-fu")
(synopsis "Eval Sexp-fu extensions for CIDER")
(description
@ -36859,9 +36859,9 @@ or regions to a REPL from ~a buffers.") language))))
needing to write the result into the buffer.")
(license license:expat)))
(define-public emacs-eval-sexp-fu-el
(define-public emacs-eval-sexp-fu
(package
(name "emacs-eval-sexp-fu-el")
(name "emacs-eval-sexp-fu")
(version "0.6.0")
(source
(origin
@ -36881,6 +36881,9 @@ needing to write the result into the buffer.")
well as an option for visually flashing evaluated s-expressions.")
(license license:gpl3+)))
(define-deprecated/public emacs-eval-sexp-fu-el emacs-eval-sexp-fu
(deprecated-package "emacs-eval-sexp-fu-el" emacs-eval-sexp-fu))
(define-public emacs-counsel-tramp
(package
(name "emacs-counsel-tramp")