me
/
guix
Archived
1
0
Fork 0

gnu: emacs-tide: Update to 4.5.4.

* gnu/packages/emacs-xyz.scm (emacs-tide): Update to 4.5.4.
[propagated-inputs]: Re-order alphabetically.
master
Nicolas Goaziou 2022-01-04 00:35:13 +01:00
parent cdb0e8cdaa
commit 00a7268afe
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -9858,7 +9858,7 @@ indentation and filling of comments and C preprocessor fontification.")
(define-public emacs-tide
(package
(name "emacs-tide")
(version "4.2.3")
(version "4.5.4")
(source (origin
(method git-fetch)
(uri (git-reference
@ -9867,10 +9867,10 @@ indentation and filling of comments and C preprocessor fontification.")
(file-name (git-file-name name version))
(sha256
(base32
"1fj2fghiycnzds2zxfxgj1d9mdzsvs9rvl9bwy2f1vwawqk1m48w"))))
"0zrapfxdarakp3kwp73c2ymjx51fsnfk6azi2y1wb2kgsdxl2yim"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-dash emacs-s emacs-flycheck emacs-typescript-mode))
(list emacs-dash emacs-flycheck emacs-s emacs-typescript-mode))
(home-page "https://github.com/ananthakumaran/tide")
(synopsis "Typescript IDE for Emacs")
(description