gnu: emacs-lsp-mode: Update to 9.0.0.
* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 9.0.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Id36f74ddd423918bc564b54f4a3f6bf2a9406164
This commit is contained in:
parent
2974e17e78
commit
106c16fc8e
1 changed files with 42 additions and 44 deletions
|
@ -30678,20 +30678,18 @@ the standard @code{Dockerfile} file format.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public emacs-lsp-mode
|
(define-public emacs-lsp-mode
|
||||||
(let ((commit "26c4d3e54ad2956623e64132312fe864274d346f")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-lsp-mode")
|
(name "emacs-lsp-mode")
|
||||||
(version (git-version "8.0.1" revision commit))
|
(version "9.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/emacs-lsp/lsp-mode")
|
(url "https://github.com/emacs-lsp/lsp-mode")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0klnik69b5y6s2q00vyshxymlg7k4x9x6m7wpsf7z9w12qn27alx"))))
|
(base32 "1p4979qbmllmmszmnyml0msxkza4pm14rdacmqczbfs3cs9n6bd3"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:emacs ,emacs ;need libxml support
|
`(#:emacs ,emacs ;need libxml support
|
||||||
|
@ -30724,7 +30722,7 @@ the standard @code{Dockerfile} file format.")
|
||||||
Server Protocol. This mode creates an IDE-like experience by providing
|
Server Protocol. This mode creates an IDE-like experience by providing
|
||||||
optional integration with other popular Emacs packages like Company, Flycheck,
|
optional integration with other popular Emacs packages like Company, Flycheck,
|
||||||
and Projectile.")
|
and Projectile.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define* (%emacs-lsp-treemacs-upstream-source #:key commit version hash)
|
(define* (%emacs-lsp-treemacs-upstream-source #:key commit version hash)
|
||||||
(origin
|
(origin
|
||||||
|
|
Reference in a new issue