gnu: emacs-lsp-mode: Update to 6.2.1.
* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 6.2.1. Signed-off-by: Brett Gilio <brettg@posteo.net>master
parent
216ccceddd
commit
72cdf60f71
|
@ -17667,7 +17667,7 @@ the standard @code{Dockerfile} file format.")
|
|||
(define-public emacs-lsp-mode
|
||||
(package
|
||||
(name "emacs-lsp-mode")
|
||||
(version "6.1")
|
||||
(version "6.2.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -17676,14 +17676,15 @@ the standard @code{Dockerfile} file format.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jn5slhv9zfs446a5966bfg9dq144g22v79wnkx9hxq7if78p652"))))
|
||||
"0f9d0zhblcjzrpggqclww2g7fyjky5rzpp7zj424005ahv0zd3xf"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-dash" ,emacs-dash)
|
||||
("emacs-f" ,emacs-f)
|
||||
("emacs-ht" ,emacs-ht)
|
||||
("emacs-markdown-mode" ,emacs-markdown-mode)
|
||||
("emacs-spinner" ,emacs-spinner)))
|
||||
("emacs-spinner" ,emacs-spinner)
|
||||
("emacs-hydra" ,emacs-hydra)))
|
||||
(home-page "https://github.com/emacs-lsp/lsp-mode")
|
||||
(synopsis "Emacs client and library for the Language Server Protocol")
|
||||
(description "@code{LSP-mode} is a client and library implementation for
|
||||
|
|
Reference in New Issue