ngz pushed a commit to branch master
in repository guix.

commit 4064aee33f2ae57d30b8cd44867d0870335a9e0e
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Dec 24 11:00:00 2024 +0100

    gnu: emacs-helm-lsp: Update to 0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-lsp): Update to 0.3.
    
    Change-Id: I7fc65191fe26b2ef6bb784787df31ab283140676
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8d33ed350a..75526ba049 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32974,7 +32974,7 @@ workspaces with a LSP-compliant server running.")
 (define-public emacs-helm-lsp
   (package
     (name "emacs-helm-lsp")
-    (version "0.2")
+    (version "0.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -32983,7 +32983,7 @@ workspaces with a LSP-compliant server running.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1vq3qpqm3ndqyvf5bk8qhqcr60x9ykc0ipk2a43rr3yjm4z1b6s9"))))
+                "0cmxdd3fgyiixg81zmxa0j68slhkq8rg5z840cx4dbb3j9w06yd1"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-helm emacs-lsp-mode emacs-dash))

Reply via email to