guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-consult-eglot: Update 0.2.0-0.db9d41c.


From: guix-commits
Subject: branch master updated: gnu: emacs-consult-eglot: Update 0.2.0-0.db9d41c.
Date: Thu, 07 Sep 2023 08:53:33 -0400

This is an automated email from the git hooks/post-receive script.

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 811f4fc509 gnu: emacs-consult-eglot: Update 0.2.0-0.db9d41c.
811f4fc509 is described below

commit 811f4fc509a57ff14b1dd03d76fea66085e3f5e1
Author: Kabelo M'sobomvu Moiloa <personal@kabelom.com>
AuthorDate: Wed Sep 6 18:44:02 2023 +0200

    gnu: emacs-consult-eglot: Update 0.2.0-0.db9d41c.
    
    * gnu/packages/emacs-xyz.scm (emacs-consult-eglot): Update 0.2.0-0.db9d41c.
    
    Signed-off-by: Andrew Tropin <andrew@trop.in>
    Co-authored-by: Andrew Tropin <andrew@trop.in>
---
 gnu/packages/emacs-xyz.scm | 37 ++++++++++++++++++++-----------------
 1 file changed, 20 insertions(+), 17 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f0a9cecb9c..baa67eefbb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11581,25 +11581,28 @@ versions utilizing Consult's internal API.")
       (license license:gpl3+))))
 
 (define-public emacs-consult-eglot
-  (package
-   (name "emacs-consult-eglot")
-   (version "0.2.0")
-   (source (origin
-            (method git-fetch)
-            (uri (git-reference
-                  (url "https://github.com/mohkale/consult-eglot";)
-                  (commit (string-append "v" version))))
-            (sha256
-             (base32 "1qxk1npxbf8m3g9spikgdxcf6mzjx6cwy3f5vn6zz5ksh14xw3sd"))
-            (file-name (git-file-name name version))))
-   (build-system emacs-build-system)
-   (propagated-inputs (list emacs-consult emacs-eglot))
-   (home-page "https://github.com/mohkale/consult-eglot";)
-   (synopsis "Consulting-read interface for eglot")
-   (description "This package acts as a parallel of consult-lsp for eglot and
+  (let ((revision "0")
+        (commit "db9d41c9812a5a8a7b9a22fa7f3c314e37584d41"))
+    (package
+      (name "emacs-consult-eglot")
+      (version (git-version "0.2.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/mohkale/consult-eglot";)
+                      (commit commit)))
+                (sha256
+                 (base32
+                  "1xcv9lj4r9s584gfkbqi9dmi045a3phb2x63fzfd7vpdy15xg47n"))
+                (file-name (git-file-name name version))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-consult emacs-eglot))
+      (home-page "https://github.com/mohkale/consult-eglot";)
+      (synopsis "Consulting-read interface for eglot")
+      (description "This package acts as a parallel of consult-lsp for eglot 
and
 provides a front-end interface for the workspace/symbols LSP procedure
 call.")
-   (license license:gpl3+)))
+      (license license:gpl3+))))
 
 (define-public emacs-consult-flycheck
   ;; This particular commit introduces bug fixes above latest release.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]