summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-07-06 09:45:38 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-07-06 09:46:59 +0200
commita07a1b0eab5f739a9beb4284bec4ed5701405663 (patch)
tree3614304ffb4e12063e9e8e639096d6b35de5b0ed /gnu/packages
parent3d80e618ddbd40342ed7e69f898801e8e3a64eaa (diff)
gnu: emacs-lsp-mode: Update to 7.0.
* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 7.0. [description]: Slightly improve typography and wording.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/emacs-xyz.scm33
1 files changed, 17 insertions, 16 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b1e9c595856..2fdda96b453 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19232,30 +19232,31 @@ the standard @code{Dockerfile} file format.")
19232(define-public emacs-lsp-mode 19232(define-public emacs-lsp-mode
19233 (package 19233 (package
19234 (name "emacs-lsp-mode") 19234 (name "emacs-lsp-mode")
19235 (version "6.3.1") 19235 (version "7.0")
19236 (source (origin 19236 (source
19237 (method git-fetch) 19237 (origin
19238 (uri (git-reference 19238 (method git-fetch)
19239 (url "https://github.com/emacs-lsp/lsp-mode.git") 19239 (uri (git-reference
19240 (commit version))) 19240 (url "https://github.com/emacs-lsp/lsp-mode.git")
19241 (file-name (git-file-name name version)) 19241 (commit version)))
19242 (sha256 19242 (file-name (git-file-name name version))
19243 (base32 19243 (sha256
19244 "125rpmhlyd6wmq7p71j54x3rzmk07vn1hdcvvdjjip5481raxcwx")))) 19244 (base32 "1kw32dcm73i0kg1fncp6vwgar3dwva7dh3gkg5cr45gavn6rq34i"))))
19245 (build-system emacs-build-system) 19245 (build-system emacs-build-system)
19246 (propagated-inputs 19246 (propagated-inputs
19247 `(("emacs-dash" ,emacs-dash) 19247 `(("emacs-dash" ,emacs-dash)
19248 ("emacs-f" ,emacs-f) 19248 ("emacs-f" ,emacs-f)
19249 ("emacs-ht" ,emacs-ht) 19249 ("emacs-ht" ,emacs-ht)
19250 ("emacs-hydra" ,emacs-hydra)
19250 ("emacs-markdown-mode" ,emacs-markdown-mode) 19251 ("emacs-markdown-mode" ,emacs-markdown-mode)
19251 ("emacs-spinner" ,emacs-spinner) 19252 ("emacs-spinner" ,emacs-spinner)))
19252 ("emacs-hydra" ,emacs-hydra)))
19253 (home-page "https://emacs-lsp.github.io/lsp-mode/") 19253 (home-page "https://emacs-lsp.github.io/lsp-mode/")
19254 (synopsis "Emacs client and library for the Language Server Protocol") 19254 (synopsis "Emacs client and library for the Language Server Protocol")
19255 (description "@code{LSP-mode} is a client and library implementation for 19255 (description
19256the Language Server Protocol. This mode aims to provide an IDE-like 19256 "LSP mode is a client and library implementation for the Language Server
19257experience by providing optional integration with other popular Emacs packages 19257Protocol. This mode creates an IDE-like experience by providing optional
19258like @code{company}, @code{flycheck}, and @code{projectile}.") 19258integration with other popular Emacs packages like Company, Flycheck, and
19259Projectile.")
19259 (license license:gpl3+))) 19260 (license license:gpl3+)))
19260 19261
19261(define-public emacs-pfuture 19262(define-public emacs-pfuture