unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Dimakakos Dimos via Guix-patches via <guix-patches@gnu.org>
To: 38536@debbugs.gnu.org
Cc: Dimakakos Dimos <bendersteed@teknik.io>
Subject: [bug#38536] [PATCH] gnu: emacs-lsp-mode: Update to 6.2.1.
Date: Sun,  8 Dec 2019 19:52:07 +0200	[thread overview]
Message-ID: <20191208175207.18434-1-bendersteed@teknik.io> (raw)

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 32f7a913a8..c6e81f35ea 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17667,7 +17667,7 @@ the standard @code{Dockerfile} file format.")
 (define-public emacs-lsp-mode
   (package
     (name "emacs-lsp-mode")
-    (version "6.1")
+    (version "6.2.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -17676,14 +17676,15 @@ the standard @code{Dockerfile} file format.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0jn5slhv9zfs446a5966bfg9dq144g22v79wnkx9hxq7if78p652"))))
+                "0f9d0zhblcjzrpggqclww2g7fyjky5rzpp7zj424005ahv0zd3xf"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)
        ("emacs-f" ,emacs-f)
        ("emacs-ht" ,emacs-ht)
        ("emacs-markdown-mode" ,emacs-markdown-mode)
-       ("emacs-spinner" ,emacs-spinner)))
+       ("emacs-spinner" ,emacs-spinner)
+       ("emacs-hydra" ,emacs-hydra)))
     (home-page "https://github.com/emacs-lsp/lsp-mode")
     (synopsis "Emacs client and library for the Language Server Protocol")
     (description "@code{LSP-mode} is a client and library implementation for
-- 
2.24.0

             reply	other threads:[~2019-12-08 18:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-08 17:52 Dimakakos Dimos via Guix-patches via [this message]
2019-12-09  3:21 ` bug#38536: [PATCH] gnu: emacs-lsp-mode: Update to 6.2.1 Brett Gilio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191208175207.18434-1-bendersteed@teknik.io \
    --to=guix-patches@gnu.org \
    --cc=38536@debbugs.gnu.org \
    --cc=bendersteed@teknik.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).