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.0.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-tide: Update to 4.0.2.
Date: Mon, 08 Feb 2021 16:03:35 -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 4425f09  gnu: emacs-tide: Update to 4.0.2.
4425f09 is described below

commit 4425f095f977c5df38f1ebeb7552881dc273c6c2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 8 22:03:03 2021 +0100

    gnu: emacs-tide: Update to 4.0.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-tide): Update to 4.0.2.
---
 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 2bb33cb..6623368 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8660,7 +8660,7 @@ indentation and filling of comments and C preprocessor 
fontification.")
 (define-public emacs-tide
   (package
     (name "emacs-tide")
-    (version "3.2.3")
+    (version "4.0.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -8669,7 +8669,7 @@ indentation and filling of comments and C preprocessor 
fontification.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "19kjq4kr2j853p5qp1s79zxmrfprli82lsnphbrlp9vbnib28xyd"))))
+                "1n2dihpl53a48jis3l4rry581wpr5lxjd433drlkaa4lqgx8cw67"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)



reply via email to

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