guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-lsp-mode: Update to 6.3.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-lsp-mode: Update to 6.3.1.
Date: Tue, 12 May 2020 15:49:27 -0400

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 62d18eb  gnu: emacs-lsp-mode: Update to 6.3.1.
62d18eb is described below

commit 62d18eb154b2dec9ecb511c6902942ef7ee299e6
Author: Dimakakos Dimos <address@hidden>
AuthorDate: Tue May 12 09:16:16 2020 +0300

    gnu: emacs-lsp-mode: Update to 6.3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 6.3.1.
    
    Signed-off-by: Nicolas Goaziou <address@hidden>
---
 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 e97167e..91d3e88 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18812,7 +18812,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
@@ -18821,7 +18821,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)



reply via email to

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