mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
216ccceddd
commit
72cdf60f71
1 changed files with 4 additions and 3 deletions
|
@ -17667,7 +17667,7 @@ the standard @code{Dockerfile} file format.")
|
||||||
(define-public emacs-lsp-mode
|
(define-public emacs-lsp-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-lsp-mode")
|
(name "emacs-lsp-mode")
|
||||||
(version "6.1")
|
(version "6.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -17676,14 +17676,15 @@ the standard @code{Dockerfile} file format.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jn5slhv9zfs446a5966bfg9dq144g22v79wnkx9hxq7if78p652"))))
|
"0f9d0zhblcjzrpggqclww2g7fyjky5rzpp7zj424005ahv0zd3xf"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)
|
`(("emacs-dash" ,emacs-dash)
|
||||||
("emacs-f" ,emacs-f)
|
("emacs-f" ,emacs-f)
|
||||||
("emacs-ht" ,emacs-ht)
|
("emacs-ht" ,emacs-ht)
|
||||||
("emacs-markdown-mode" ,emacs-markdown-mode)
|
("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")
|
(home-page "https://github.com/emacs-lsp/lsp-mode")
|
||||||
(synopsis "Emacs client and library for the Language Server Protocol")
|
(synopsis "Emacs client and library for the Language Server Protocol")
|
||||||
(description "@code{LSP-mode} is a client and library implementation for
|
(description "@code{LSP-mode} is a client and library implementation for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue