guix-commits
[Top][All Lists]
Advanced

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

10/14: gnu: emacs-tide: Update to 5.1.3.


From: guix-commits
Subject: 10/14: gnu: emacs-tide: Update to 5.1.3.
Date: Sat, 10 Jun 2023 15:03:57 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 6eb3f30feb7bea74f8a8795458c41a66e2e131a0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 10 20:58:07 2023 +0200

    gnu: emacs-tide: Update to 5.1.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-tide): Update to 5.1.3.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ed4bce1383..15a7b33444 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13132,7 +13132,7 @@ indentation and filling of comments and C preprocessor 
fontification.")
 (define-public emacs-tide
   (package
     (name "emacs-tide")
-    (version "4.5.4")
+    (version "5.1.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -13141,7 +13141,7 @@ indentation and filling of comments and C preprocessor 
fontification.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0zrapfxdarakp3kwp73c2ymjx51fsnfk6azi2y1wb2kgsdxl2yim"))))
+                "01chyr71b8893jxgf4wncpskfmg9iwfpcaxq0vfc6yaij46yfhky"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-dash emacs-flycheck emacs-s emacs-typescript-mode))



reply via email to

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