guix-commits
[Top][All Lists]
Advanced

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

56/63: gnu: emacs-tide: Update to 4.2.3.


From: guix-commits
Subject: 56/63: gnu: emacs-tide: Update to 4.2.3.
Date: Sat, 29 May 2021 10:17:56 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 71fe50b5de9ab5fbcb398049d1a0d0cd193d4a35
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 29 16:10:41 2021 +0200

    gnu: emacs-tide: Update to 4.2.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-tide): Update to 4.2.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 10d3061..6399bbb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9286,7 +9286,7 @@ indentation and filling of comments and C preprocessor 
fontification.")
 (define-public emacs-tide
   (package
     (name "emacs-tide")
-    (version "4.0.2")
+    (version "4.2.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -9295,7 +9295,7 @@ indentation and filling of comments and C preprocessor 
fontification.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1n2dihpl53a48jis3l4rry581wpr5lxjd433drlkaa4lqgx8cw67"))))
+                "1fj2fghiycnzds2zxfxgj1d9mdzsvs9rvl9bwy2f1vwawqk1m48w"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)



reply via email to

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