guix-commits
[Top][All Lists]
Advanced

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

175/244: gnu: emacs-js2-mode: Update to 20230408.


From: guix-commits
Subject: 175/244: gnu: emacs-js2-mode: Update to 20230408.
Date: Wed, 12 Apr 2023 08:49:21 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit f77466ad20aa8dae09e644a6c9354a778fa15085
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Apr 8 13:57:32 2023 +0200

    gnu: emacs-js2-mode: Update to 20230408.
    
    * gnu/packages/emacs-xyz.scm (emacs-js2-mode): Update to 20230408.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b68ce385e4..93da248e53 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12718,7 +12718,7 @@ to all the other commands, too.")
 (define-public emacs-js2-mode
   (package
     (name "emacs-js2-mode")
-    (version "20220710")
+    (version "20230408")
     (source
      (origin
        (method git-fetch)
@@ -12727,7 +12727,7 @@ to all the other commands, too.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0whvhmgpv6yxqiljd1l4a880i0dhp0z0jxqaad7jjvwij07vvla4"))))
+        (base32 "1vwykla43315wlky52807pn2nm508dx6593alk7hnrl2qkl7852s"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #t
@@ -12735,7 +12735,7 @@ to all the other commands, too.")
     (home-page "https://github.com/mooz/js2-mode/";)
     (synopsis "Improved JavaScript editing mode for Emacs")
     (description
-     "Js2-mode provides a JavaScript major mode for Emacs that is more
+     "Js2 mode provides a JavaScript major mode for Emacs that is more
 advanced than the built-in javascript-mode.  Features include accurate syntax
 highlighting using a recursive-descent parser, on-the-fly reporting of syntax
 errors and strict-mode warnings, smart line-wrapping within comments and



reply via email to

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