unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58264] [PATCH] gnu: emacs-lsp-mode: Update to 26c4d3e.
@ 2022-10-03  1:20 jgart via Guix-patches via
  2022-10-04 16:41 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-10-03  1:20 UTC (permalink / raw)
  To: 58264; +Cc: jgart

* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 26c4d3e.
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 72a9e52043..7a28fa8b0a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26244,8 +26244,8 @@ (define-public emacs-dockerfile-mode
     (license license:asl2.0)))
 
 (define-public emacs-lsp-mode
-  (let ((commit "4aafe25e03ab7470b8d3c1cb326affa3c5e9930e")
-        (revision "0"))
+  (let ((commit "26c4d3e54ad2956623e64132312fe864274d346f")
+        (revision "1"))
     (package
       (name "emacs-lsp-mode")
       (version (git-version "8.0.1" revision commit))
@@ -26257,10 +26257,10 @@ (define-public emacs-lsp-mode
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "01csz4vr3fg1q2py45mxj5j8bkvckn3daam1jafb2gg9gjc9bp7z"))))
+          (base32 "0klnik69b5y6s2q00vyshxymlg7k4x9x6m7wpsf7z9w12qn27alx"))))
       (build-system emacs-build-system)
       (arguments
-       `(#:emacs ,emacs                 ;need libxml support
+       `(#:emacs ,emacs ; Needs libxml support.
          #:phases
          (modify-phases %standard-phases
            (add-after 'unpack 'move-clients-libraries
-- 
2.37.3





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#58264] [PATCH] gnu: emacs-lsp-mode: Update to 26c4d3e.
  2022-10-03  1:20 [bug#58264] [PATCH] gnu: emacs-lsp-mode: Update to 26c4d3e jgart via Guix-patches via
@ 2022-10-04 16:41 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-10-04 16:41 UTC (permalink / raw)
  To: 58264; +Cc: 58264-done, jgart

Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 26c4d3e.

Applied. Thank you.

>        (arguments
> -       `(#:emacs ,emacs                 ;need libxml support
> +       `(#:emacs ,emacs ; Needs libxml support.

This change is not necessary. Besides, the initial line looks correct.
I didn't apply this part.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-04 17:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-03  1:20 [bug#58264] [PATCH] gnu: emacs-lsp-mode: Update to 26c4d3e jgart via Guix-patches via
2022-10-04 16:41 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).