mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: emacs-lsp-mode: Update to 8.0.0.
* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 8.0.0.
This commit is contained in:
parent
8b2b027df9
commit
9cf8786aed
1 changed files with 2 additions and 2 deletions
|
@ -23545,7 +23545,7 @@ (define-public emacs-dockerfile-mode
|
|||
(define-public emacs-lsp-mode
|
||||
(package
|
||||
(name "emacs-lsp-mode")
|
||||
(version "7.0.1")
|
||||
(version "8.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -23554,7 +23554,7 @@ (define-public emacs-lsp-mode
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1z8zm7qr21hvhl6rnbznv2l9drh1pp5y4zkjrx5ac4x77b8i4aaz"))))
|
||||
(base32 "1a6jc9sxf9b8fj9h8xlv5k546bkzsy8j5nj19cfama389z0bzcsl"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-dash" ,emacs-dash)
|
||||
|
|
Loading…
Reference in a new issue