guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-tide: Update to 4.5.4.


From: guix-commits
Subject: branch master updated: gnu: emacs-tide: Update to 4.5.4.
Date: Mon, 03 Jan 2022 18:36:13 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 00a7268afe gnu: emacs-tide: Update to 4.5.4.
00a7268afe is described below

commit 00a7268afe81d714c3b0f3d47986ed5242db8ab5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jan 4 00:35:13 2022 +0100

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]