mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: emacs-tide: Update to 4.0.2.
* gnu/packages/emacs-xyz.scm (emacs-tide): Update to 4.0.2.
This commit is contained in:
parent
e7dd881806
commit
4425f095f9
1 changed files with 2 additions and 2 deletions
|
@ -8660,7 +8660,7 @@ (define-public emacs-typescript-mode
|
|||
(define-public emacs-tide
|
||||
(package
|
||||
(name "emacs-tide")
|
||||
(version "3.2.3")
|
||||
(version "4.0.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -8669,7 +8669,7 @@ (define-public emacs-tide
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"19kjq4kr2j853p5qp1s79zxmrfprli82lsnphbrlp9vbnib28xyd"))))
|
||||
"1n2dihpl53a48jis3l4rry581wpr5lxjd433drlkaa4lqgx8cw67"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-dash" ,emacs-dash)
|
||||
|
|
Loading…
Reference in a new issue