mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-helm-lsp: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-helm-lsp): Update to 0.3. Change-Id: I7fc65191fe26b2ef6bb784787df31ab283140676
This commit is contained in:
parent
dcf0b0ee2e
commit
4064aee33f
1 changed files with 2 additions and 2 deletions
|
@ -32974,7 +32974,7 @@ workspaces with a LSP-compliant server running.")
|
||||||
(define-public emacs-helm-lsp
|
(define-public emacs-helm-lsp
|
||||||
(package
|
(package
|
||||||
(name "emacs-helm-lsp")
|
(name "emacs-helm-lsp")
|
||||||
(version "0.2")
|
(version "0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -32983,7 +32983,7 @@ workspaces with a LSP-compliant server running.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vq3qpqm3ndqyvf5bk8qhqcr60x9ykc0ipk2a43rr3yjm4z1b6s9"))))
|
"0cmxdd3fgyiixg81zmxa0j68slhkq8rg5z840cx4dbb3j9w06yd1"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-helm emacs-lsp-mode emacs-dash))
|
(list emacs-helm emacs-lsp-mode emacs-dash))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue