GNU bug report logs - #41202
[PATCH] gnu: emacs-lsp-mode: Update to 6.3.1.

Previous Next

Package: guix-patches;

Reported by: Dimakakos Dimos <me <at> bendersteed.tech>

Date: Tue, 12 May 2020 06:22:01 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Dimakakos Dimos <me <at> bendersteed.tech>
To: guix-patches <at> gnu.org
Cc: Dimakakos Dimos <me <at> bendersteed.tech>
Subject: [PATCH] gnu: emacs-lsp-mode: Update to 6.3.1.
Date: Tue, 12 May 2020 09:16:16 +0300
* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 6.3.1.
---
 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 79f7126ed7..077c083f7e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18692,7 +18692,7 @@ the standard @code{Dockerfile} file format.")
 (define-public emacs-lsp-mode
   (package
     (name "emacs-lsp-mode")
-    (version "6.2.1")
+    (version "6.3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -18701,7 +18701,7 @@ the standard @code{Dockerfile} file format.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0f9d0zhblcjzrpggqclww2g7fyjky5rzpp7zj424005ahv0zd3xf"))))
+                "125rpmhlyd6wmq7p71j54x3rzmk07vn1hdcvvdjjip5481raxcwx"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)
-- 
2.26.2





This bug report was last modified 5 years and 67 days ago.

Previous Next


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