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

* gnu/packages/emacs-xyz.scm (emacs-js2-mode): Update to 20201220.
This commit is contained in:
Nicolas Goaziou 2020-12-21 01:12:21 +01:00
parent 0cbebc6521
commit e8e9a7898e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8171,33 +8171,31 @@ to all the other commands, too.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-js2-mode (define-public emacs-js2-mode
(let ((commit "40aab27581279d0fdbfeb9afeb85f39d401a927f") (package
(revision "1")) (name "emacs-js2-mode")
(package (version "20201220")
(name "emacs-js2-mode") (source
(version (git-version "20190219" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://github.com/mooz/js2-mode")
(uri (git-reference (commit version)))
(url "https://github.com/mooz/js2-mode") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32 "00jy917cgp5xzfgs4m0spzlbqk8mg63layin8nxmn2647rfjnik4"))))
(sha256 (build-system emacs-build-system)
(base32 "0ysd0ji3vvk2zpjcg1wl7b2hva8471vq0ypib4h6spnpjdr43vzk")))) (arguments
(build-system emacs-build-system) `(#:tests? #t
(arguments #:test-command '("make" "test")))
`(#:tests? #t (home-page "https://github.com/mooz/js2-mode/")
#:test-command '("make" "test"))) (synopsis "Improved JavaScript editing mode for Emacs")
(home-page "https://github.com/mooz/js2-mode/") (description
(synopsis "Improved JavaScript editing mode for Emacs") "Js2-mode provides a JavaScript major mode for Emacs that is more
(description
"Js2-mode provides a JavaScript major mode for Emacs that is more
advanced than the built-in javascript-mode. Features include accurate syntax advanced than the built-in javascript-mode. Features include accurate syntax
highlighting using a recursive-descent parser, on-the-fly reporting of syntax highlighting using a recursive-descent parser, on-the-fly reporting of syntax
errors and strict-mode warnings, smart line-wrapping within comments and errors and strict-mode warnings, smart line-wrapping within comments and
strings, and code folding.") strings, and code folding.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-nodejs-repl (define-public emacs-nodejs-repl
(package (package