gnu: emacs-lsp-mode: Update to 7.0.1.
* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 7.0.1.
This commit is contained in:
parent
9bfb237931
commit
a0121643d6
1 changed files with 2 additions and 2 deletions
|
@ -19662,7 +19662,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")
|
(version "7.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -19671,7 +19671,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 "1kw32dcm73i0kg1fncp6vwgar3dwva7dh3gkg5cr45gavn6rq34i"))))
|
(base32 "1z8zm7qr21hvhl6rnbznv2l9drh1pp5y4zkjrx5ac4x77b8i4aaz"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)
|
`(("emacs-dash" ,emacs-dash)
|
||||||
|
|
Reference in a new issue