mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: emacs-lsp-ui: Update to 9.0.0.
* gnu/packages/emacs-xyz.scm (emacs-lsp-ui): Update to 9.0.0. Change-Id: Ifb63ffe297f34072f170be7d923eda92df4a11c0
This commit is contained in:
parent
19c628cc3f
commit
497abe1754
1 changed files with 2 additions and 2 deletions
|
@ -31193,7 +31193,7 @@ (define-public emacs-lsp-metals
|
|||
(define-public emacs-lsp-ui
|
||||
(package
|
||||
(name "emacs-lsp-ui")
|
||||
(version "8.0.1")
|
||||
(version "9.0.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -31202,7 +31202,7 @@ (define-public emacs-lsp-ui
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pd5lvjlmd6zq64py21yi5zxhcza9g5q48ngfivv7fi7pf3vsv00"))))
|
||||
"162bxyhiqz4saxvh6n3sdb9hx7px5wpy45wbfg5aiqzlqwgqyg42"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-lsp-mode emacs-markdown-mode emacs-flycheck))
|
||||
|
|
Loading…
Reference in a new issue