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:
Nicolas Goaziou 2024-12-24 11:00:00 +01:00
parent dcf0b0ee2e
commit 4064aee33f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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))