From 00a7268afe81d714c3b0f3d47986ed5242db8ab5 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 4 Jan 2022 00:35:13 +0100 Subject: 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. --- gnu/packages/emacs-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 27119e3bd9..73f6692363 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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 -- cgit v1.2.3