GNU bug report logs - #58264
[PATCH] gnu: emacs-lsp-mode: Update to 26c4d3e.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Mon, 3 Oct 2022 01:21:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#58264: closed ([PATCH] gnu: emacs-lsp-mode: Update to 26c4d3e.)
Date: Tue, 04 Oct 2022 16:42:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 04 Oct 2022 18:41:49 +0200
with message-id <87lepvmtgy.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#58264] [PATCH] gnu: emacs-lsp-mode: Update to 26c4d3e.
has caused the debbugs.gnu.org bug report #58264,
regarding [PATCH] gnu: emacs-lsp-mode: Update to 26c4d3e.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
58264: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58264
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: emacs-lsp-mode: Update to 26c4d3e.
Date: Sun,  2 Oct 2022 20:20:07 -0500
* 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



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: jgart via Guix-patches via <guix-patches <at> gnu.org>
Cc: 58264-done <at> debbugs.gnu.org, jgart <jgart <at> dismail.de>
Subject: Re: [bug#58264] [PATCH] gnu: emacs-lsp-mode: Update to 26c4d3e.
Date: Tue, 04 Oct 2022 18:41:49 +0200
Hello,

jgart via Guix-patches via <guix-patches <at> 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


This bug report was last modified 2 years and 228 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.