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,20 +8171,18 @@ to all the other commands, too.")
(license license:gpl3+)))
(define-public emacs-js2-mode
(let ((commit "40aab27581279d0fdbfeb9afeb85f39d401a927f")
(revision "1"))
(package
(name "emacs-js2-mode")
(version (git-version "20190219" revision commit))
(version "20201220")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/mooz/js2-mode")
(commit commit)))
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0ysd0ji3vvk2zpjcg1wl7b2hva8471vq0ypib4h6spnpjdr43vzk"))))
(base32 "00jy917cgp5xzfgs4m0spzlbqk8mg63layin8nxmn2647rfjnik4"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t
@ -8197,7 +8195,7 @@ 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
strings, and code folding.")
(license license:gpl3+))))
(license license:gpl3+)))
(define-public emacs-nodejs-repl
(package