guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-typescript-mode: Update to 0.4.


From: guix-commits
Subject: branch master updated: gnu: emacs-typescript-mode: Update to 0.4.
Date: Sat, 11 Sep 2021 17:11:44 -0400

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 2496707  gnu: emacs-typescript-mode: Update to 0.4.
2496707 is described below

commit 2496707acad48ba442e46b0cd2c9dcb4fb2f7a0b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 11 23:11:06 2021 +0200

    gnu: emacs-typescript-mode: Update to 0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-typescript-mode): Update to 0.4.
---
 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 8ddfd70..2f33ad3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9909,7 +9909,7 @@ features:
 (define-public emacs-typescript-mode
   (package
     (name "emacs-typescript-mode")
-    (version "0.3")
+    (version "0.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -9918,7 +9918,7 @@ features:
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "002f1xfhq43fjaqliwrgxspryfahpa82va5dw3p8kwil2xwvc6mh"))))
+                "186bpvqxx87kp3857mq0mzn1ddsvzmpijix810k6bdz8522x7zdw"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/ananthakumaran/typescript.el";)
     (synopsis "Emacs major mode for editing Typescript code")



reply via email to

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