gnu: emacs-cargo-el: Rename package to emacs-cargo.

* gnu/packages/emacs-xyz.scm (emacs-cargo-el): Define in terms of
'deprecated-package'.
(emacs-cargo): New variable, formerly known as "emacs-cargo-el".

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

View file

@ -31911,12 +31911,12 @@ In addition to its predecessor, it offers the following features:
(license (list license:expat
license:asl2.0))))
(define-public emacs-cargo-el
(define-public emacs-cargo
;; No tags since 2017, use latest commit.
(let ((commit "7f8466063381eed05d4e222ce822b1dd44e3bf17")
(revision "0"))
(package
(name "emacs-cargo-el")
(name "emacs-cargo")
(version (git-version "0.4.1" revision commit))
(source
(origin
@ -31945,6 +31945,9 @@ In addition to its predecessor, it offers the following features:
combinations to perform Cargo tasks within Rust projects.")
(license license:gpl3+))))
(define-deprecated/public emacs-cargo-el emacs-cargo
(deprecated-package "emacs-cargo-el" emacs-cargo))
(define-public emacs-ztree
;; Upstream provides no tag, but the commit below matches latest release.
(let ((commit "c9ad9136d52ca5a81475693864e255d29448f43f"))