gnu: emacs-js2-mode: Update to 20230408.

* gnu/packages/emacs-xyz.scm (emacs-js2-mode): Update to 20230408.
This commit is contained in:
Nicolas Goaziou 2023-04-08 13:57:32 +02:00 committed by Maxim Cournoyer
parent f027640747
commit f77466ad20
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -12718,7 +12718,7 @@ (define-public emacs-smex
(define-public emacs-js2-mode
(package
(name "emacs-js2-mode")
(version "20220710")
(version "20230408")
(source
(origin
(method git-fetch)
@ -12727,7 +12727,7 @@ (define-public emacs-js2-mode
(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 @@ (define-public emacs-js2-mode
(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