From: Brian Leung <bkleung89@gmail.com>
To: 37263@debbugs.gnu.org
Subject: [bug#37263] [PATCH] Update emacs-lsp-mode to 6.1.
Date: Mon, 2 Sep 2019 00:20:00 +0200 [thread overview]
Message-ID: <CAAc=MEy+roZCbBiDnuH-Ft2UjGYRT67bm4DtoJS-gUuJbuSrfg@mail.gmail.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 14 bytes --]
See attached.
[-- Attachment #1.2: Type: text/html, Size: 35 bytes --]
[-- Attachment #2: 0001-gnu-emacs-lsp-mode-Update-to-6.1.patch --]
[-- Type: text/x-patch, Size: 1562 bytes --]
From 814381d4dfa3f1cf7c7f9f4b4011a55c5d774f7c Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Mon, 2 Sep 2019 00:11:44 +0200
Subject: [PATCH] gnu: emacs-lsp-mode: Update to 6.1.
* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 6.1.
[inputs]: Add emacs-markdown-mode.
---
gnu/packages/emacs-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4bfc09d0aa..0c6077770b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16102,7 +16102,7 @@ the standard @code{Dockerfile} file format.")
(define-public emacs-lsp-mode
(package
(name "emacs-lsp-mode")
- (version "6.0")
+ (version "6.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -16111,12 +16111,13 @@ the standard @code{Dockerfile} file format.")
(file-name (git-file-name name version))
(sha256
(base32
- "1v1mq6ixzlgiazj8fmg4xaqhsqn3l89iqy74yndhvzh2rdf0pbkl"))))
+ "0jn5slhv9zfs446a5966bfg9dq144g22v79wnkx9hxq7if78p652"))))
(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)))
(home-page "https://github.com/emacs-lsp/lsp-mode")
(synopsis "Emacs client and library for the Language Server Protocol")
--
2.23.0
next reply other threads:[~2019-09-01 22:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-01 22:20 Brian Leung [this message]
2019-09-02 6:54 ` bug#37263: [PATCH] Update emacs-lsp-mode to 6.1 Efraim Flashner
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAAc=MEy+roZCbBiDnuH-Ft2UjGYRT67bm4DtoJS-gUuJbuSrfg@mail.gmail.com' \
--to=bkleung89@gmail.com \
--cc=37263@debbugs.gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.