me
/
guix
Archived
1
0
Fork 0

gnu: emacs-tide: Update to 4.0.2.

* gnu/packages/emacs-xyz.scm (emacs-tide): Update to 4.0.2.
master
Nicolas Goaziou 2021-02-08 22:03:03 +01:00
parent e7dd881806
commit 4425f095f9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -8660,7 +8660,7 @@ indentation and filling of comments and C preprocessor fontification.")
(define-public emacs-tide (define-public emacs-tide
(package (package
(name "emacs-tide") (name "emacs-tide")
(version "3.2.3") (version "4.0.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -8669,7 +8669,7 @@ indentation and filling of comments and C preprocessor fontification.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"19kjq4kr2j853p5qp1s79zxmrfprli82lsnphbrlp9vbnib28xyd")))) "1n2dihpl53a48jis3l4rry581wpr5lxjd433drlkaa4lqgx8cw67"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-dash" ,emacs-dash) `(("emacs-dash" ,emacs-dash)