gnu: emacs-lsp-mode: Update to 6.3.1.

* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 6.3.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Dimakakos Dimos 2020-05-12 09:16:16 +03:00 committed by Nicolas Goaziou
parent dc6b090146
commit 62d18eb154
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -18812,7 +18812,7 @@ (define-public emacs-dockerfile-mode
(define-public emacs-lsp-mode (define-public emacs-lsp-mode
(package (package
(name "emacs-lsp-mode") (name "emacs-lsp-mode")
(version "6.2.1") (version "6.3.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -18821,7 +18821,7 @@ (define-public emacs-lsp-mode
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0f9d0zhblcjzrpggqclww2g7fyjky5rzpp7zj424005ahv0zd3xf")))) "125rpmhlyd6wmq7p71j54x3rzmk07vn1hdcvvdjjip5481raxcwx"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-dash" ,emacs-dash) `(("emacs-dash" ,emacs-dash)