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 7.0.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-lsp-mode: Update to 7.0.1.
Date: Tue, 11 Aug 2020 17:08:14 -0400

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

wigust pushed a commit to branch master
in repository guix.

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

commit a0121643d617bd69df3dc9486a58e183ae726cf7
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Wed Aug 12 00:07:56 2020 +0300

    gnu: emacs-lsp-mode: Update to 7.0.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 7.0.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 0604a25..62e5e23 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19662,7 +19662,7 @@ the standard @code{Dockerfile} file format.")
 (define-public emacs-lsp-mode
   (package
     (name "emacs-lsp-mode")
-    (version "7.0")
+    (version "7.0.1")
     (source
      (origin
        (method git-fetch)
@@ -19671,7 +19671,7 @@ the standard @code{Dockerfile} file format.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1kw32dcm73i0kg1fncp6vwgar3dwva7dh3gkg5cr45gavn6rq34i"))))
+        (base32 "1z8zm7qr21hvhl6rnbznv2l9drh1pp5y4zkjrx5ac4x77b8i4aaz"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)



reply via email to

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