gnu: emacs-helm-lsp: Update to 0.2.

* gnu/packages/emacs-xyz.scm (emacs-helm-lsp): Update to 0.2.
This commit is contained in:
Nicolas Goaziou 2021-02-17 19:20:28 +01:00
parent 406d3a8efe
commit 4531181509
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -21919,31 +21919,29 @@ (define-public emacs-lsp-ivy
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-helm-lsp (define-public emacs-helm-lsp
(let ((commit "3a58ca4cfd94b9ab1e15e819d3b16ef568e8889b") (package
(revision "1")) (name "emacs-helm-lsp")
(package (version "0.2")
(name "emacs-helm-lsp") (source (origin
(version (git-version "0.1" revision commit)) (method git-fetch)
(source (origin (uri (git-reference
(method git-fetch) (url "https://github.com/emacs-lsp/helm-lsp")
(uri (git-reference (commit version)))
(url "https://github.com/emacs-lsp/helm-lsp") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "1vq3qpqm3ndqyvf5bk8qhqcr60x9ykc0ipk2a43rr3yjm4z1b6s9"))))
(base32 (build-system emacs-build-system)
"0wh5zai3s17ss2q8wcdd6d87hv1h3nbyrxxs4js9cas8m6y2ssjv")))) (propagated-inputs
(build-system emacs-build-system) `(("emacs-helm" ,emacs-helm)
(propagated-inputs ("emacs-lsp-mode" ,emacs-lsp-mode)
`(("emacs-helm" ,emacs-helm) ("emacs-dash" ,emacs-dash)))
("emacs-lsp-mode" ,emacs-lsp-mode) (home-page "https://github.com/emacs-lsp/helm-lsp")
("emacs-dash" ,emacs-dash))) (synopsis "Provide LSP-enhanced completion for symbols")
(home-page "https://github.com/emacs-lsp/helm-lsp") (description
(synopsis "Provide LSP-enhanced completion for symbols") "This package enhances @code{helm} with completion for symbols from
(description
"This package enhances @code{helm} with completion for symbols from
workspaces with a LSP-compliant server running.") workspaces with a LSP-compliant server running.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-helm-notmuch (define-public emacs-helm-notmuch
(package (package