gnu: emacs-lsp-mode: Update to 26c4d3e.
* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 26c4d3e. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
7e9534150b
commit
31e19fd874
@ -26209,8 +26209,8 @@ 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 "4aafe25e03ab7470b8d3c1cb326affa3c5e9930e")
|
(let ((commit "26c4d3e54ad2956623e64132312fe864274d346f")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-lsp-mode")
|
(name "emacs-lsp-mode")
|
||||||
(version (git-version "8.0.1" revision commit))
|
(version (git-version "8.0.1" revision commit))
|
||||||
@ -26222,7 +26222,7 @@ the standard @code{Dockerfile} file format.")
|
|||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "01csz4vr3fg1q2py45mxj5j8bkvckn3daam1jafb2gg9gjc9bp7z"))))
|
(base32 "0klnik69b5y6s2q00vyshxymlg7k4x9x6m7wpsf7z9w12qn27alx"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:emacs ,emacs ;need libxml support
|
`(#:emacs ,emacs ;need libxml support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user