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:
Nicolas Goaziou 2021-09-07 08:34:03 +02:00
parent 8b2b027df9
commit 9cf8786aed
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23545,7 +23545,7 @@ the standard @code{Dockerfile} file format.")
(define-public emacs-lsp-mode (define-public emacs-lsp-mode
(package (package
(name "emacs-lsp-mode") (name "emacs-lsp-mode")
(version "7.0.1") (version "8.0.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -23554,7 +23554,7 @@ the standard @code{Dockerfile} file format.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1z8zm7qr21hvhl6rnbznv2l9drh1pp5y4zkjrx5ac4x77b8i4aaz")))) (base32 "1a6jc9sxf9b8fj9h8xlv5k546bkzsy8j5nj19cfama389z0bzcsl"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-dash" ,emacs-dash) `(("emacs-dash" ,emacs-dash)