gnu: emacs-js2-mode: Update to 20180301.
* gnu/packages/emacs.scm (emacs-js2-mode): Update to 20180301. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
6837deb749
commit
a7bed894d2
|
@ -4440,7 +4440,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 "20150909")
|
(version "20180301")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/mooz/js2-mode/archive/"
|
(uri (string-append "https://github.com/mooz/js2-mode/archive/"
|
||||||
|
@ -4448,7 +4448,7 @@ to all the other commands, too.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nsm36c4kwb473p13i58fgrnlk8fbn3rdhj47d9xz70az4ra44q0"))))
|
"13aghgwaqrmbf3pbifcry52kya454wnh1gbdh5805n1n6xgjm5w3"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/mooz/js2-mode/")
|
(home-page "https://github.com/mooz/js2-mode/")
|
||||||
(synopsis "Improved JavaScript editing mode for Emacs")
|
(synopsis "Improved JavaScript editing mode for Emacs")
|
||||||
|
|
Loading…
Reference in New Issue