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>
This commit is contained in:
Dimakakos Dimos 2019-12-08 19:52:07 +02:00 committed by Brett Gilio
parent 216ccceddd
commit 72cdf60f71
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -17667,7 +17667,7 @@ (define-public emacs-dockerfile-mode
(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 @@ (define-public emacs-lsp-mode
(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