unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38536] [PATCH] gnu: emacs-lsp-mode: Update to 6.2.1.
@ 2019-12-08 17:52 Dimakakos Dimos via Guix-patches via
  2019-12-09  3:21 ` bug#38536: " Brett Gilio
  0 siblings, 1 reply; 2+ messages in thread
From: Dimakakos Dimos via Guix-patches via @ 2019-12-08 17:52 UTC (permalink / raw)
  To: 38536; +Cc: Dimakakos Dimos

* 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#38536: [PATCH] gnu: emacs-lsp-mode: Update to 6.2.1.
  2019-12-08 17:52 [bug#38536] [PATCH] gnu: emacs-lsp-mode: Update to 6.2.1 Dimakakos Dimos via Guix-patches via
@ 2019-12-09  3:21 ` Brett Gilio
  0 siblings, 0 replies; 2+ messages in thread
From: Brett Gilio @ 2019-12-09  3:21 UTC (permalink / raw)
  To: Dimakakos Dimos; +Cc: 38536-done

Pushed with a small revision to the commit subheader message.
72cdf60f711b762983187555913f20669b601cae

Thanks!

-- 
Brett M. Gilio
https://git.sr.ht/~brettgilio/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-09  3:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-08 17:52 [bug#38536] [PATCH] gnu: emacs-lsp-mode: Update to 6.2.1 Dimakakos Dimos via Guix-patches via
2019-12-09  3:21 ` bug#38536: " Brett Gilio

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