guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: emacs-tide: Update to 3.2.3.


From: guix-commits
Subject: 04/05: gnu: emacs-tide: Update to 3.2.3.
Date: Sat, 23 Feb 2019 22:09:06 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 608b922fdac70cdc2629c385a1d44fed99d89523
Author: Brett Gilio <address@hidden>
Date:   Wed Feb 20 20:04:12 2019 -0600

    gnu: emacs-tide: Update to 3.2.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-tide): Update to 3.2.3.
    
    Signed-off-by: 宋文武 <address@hidden>
---
 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 da2ea18..d498eba 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4366,14 +4366,14 @@ indentation and filling of comments and C preprocessor 
fontification.")
 (define-public emacs-tide
   (package
     (name "emacs-tide")
-    (version "2.8.3.1")
+    (version "3.2.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/ananthakumaran/tide";
                                   "/archive/v" version ".tar.gz"))
               (sha256
                (base32
-                "1k0kzqiv1hfs0kqm37947snzhrsmand3i9chvm6a2r5lb8v9q47y"))
+                "1c600myr2yqbkmy9lify38lz0zzjdqk1733db5n7vsay16vn6fzi"))
               (file-name (string-append name "-" version ".tar.gz"))))
     (build-system emacs-build-system)
     (propagated-inputs



reply via email to

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