GNU bug report logs -
#40112
[PATCH] gnu: emacs-lsp-ui: Update to 6.2.
Previous Next
Reported by: Dimos Dimakakos <me <at> bendersteed.tech>
Date: Tue, 17 Mar 2020 21:44:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Dimakakos Dimos <me <at> bendersteed.tech>
* gnu/packages/emacs-xyz.scm (emacs-lsp-ui): Update to 6.2.
---
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 8b75169d4d..3db5eb6000 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18172,7 +18172,7 @@ processes for Emacs")
(define-public emacs-lsp-ui
(package
(name "emacs-lsp-ui")
- (version "6.0")
+ (version "6.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -18181,7 +18181,7 @@ processes for Emacs")
(file-name (git-file-name name version))
(sha256
(base32
- "1r4327fd8cvjxfwkddp5c4bdskyncbs4sx9m3z2w4d773y2jrakc"))))
+ "024753bi0p1jyjhw7wk8k6s16kbwab5ar4cfasvbn8g08acf293b"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)
--
2.25.1
This bug report was last modified 5 years and 68 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.