gnu: emacs-js2-mode: Update to 20220710.
* gnu/packages/emacs-xyz.scm (emacs-js2-mode): Update to 20220710.
This commit is contained in:
parent
2d6586874b
commit
b2668faac0
1 changed files with 2 additions and 2 deletions
|
@ -10644,7 +10644,7 @@ to all the other commands, too.")
|
||||||
(define-public emacs-js2-mode
|
(define-public emacs-js2-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-js2-mode")
|
(name "emacs-js2-mode")
|
||||||
(version "20211229")
|
(version "20220710")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -10653,7 +10653,7 @@ to all the other commands, too.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1wcz3xji7viqxa5is81jd7in7x1fya6rzybm8qj9rwgdc8camvyb"))))
|
(base32 "0whvhmgpv6yxqiljd1l4a880i0dhp0z0jxqaad7jjvwij07vvla4"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #t
|
`(#:tests? #t
|
||||||
|
|
Reference in a new issue