3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-js2-mode: Update to 20190219-1.40aab27.

* gnu/packages/emacs-xyz.scm (emacs-js2-mode): Update to to
20190219-1.40aab27.
This commit is contained in:
Ricardo Wurmus 2020-08-30 12:43:07 +02:00
parent e4e03047fb
commit 841fe2df5e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7525,31 +7525,33 @@ to all the other commands, too.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-js2-mode (define-public emacs-js2-mode
(package (let ((commit "40aab27581279d0fdbfeb9afeb85f39d401a927f")
(name "emacs-js2-mode") (revision "1"))
(version "20190219") (package
(source (name "emacs-js2-mode")
(origin (version (git-version "20190219" revision commit))
(method git-fetch) (source
(uri (git-reference (origin
(url "https://github.com/mooz/js2-mode") (method git-fetch)
(commit version))) (uri (git-reference
(file-name (git-file-name name version)) (url "https://github.com/mooz/js2-mode")
(sha256 (commit commit)))
(base32 "0766bbr4piia9vfr4ivd2gwi8dxah654adv6h28ylz4q8xmfzm1b")))) (file-name (git-file-name name version))
(build-system emacs-build-system) (sha256
(arguments (base32 "0ysd0ji3vvk2zpjcg1wl7b2hva8471vq0ypib4h6spnpjdr43vzk"))))
`(#:tests? #t (build-system emacs-build-system)
#:test-command '("make" "test"))) (arguments
(home-page "https://github.com/mooz/js2-mode/") `(#:tests? #t
(synopsis "Improved JavaScript editing mode for Emacs") #:test-command '("make" "test")))
(description (home-page "https://github.com/mooz/js2-mode/")
"Js2-mode provides a JavaScript major mode for Emacs that is more (synopsis "Improved JavaScript editing mode for Emacs")
(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