diff options
author | Brian Leung <bkleung89@gmail.com> | 2019-04-03 09:15:34 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-07 22:23:51 +0200 |
commit | b8a5c1080e319ec5ffc9b4e3e4407545206ab335 (patch) | |
tree | b88aefd51f5f613db0c84c812543a3d1acebb416 | |
parent | f7d011d2a53e5ffad39a39883294e9e3b77d9db3 (diff) | |
download | patches-b8a5c1080e319ec5ffc9b4e3e4407545206ab335.tar patches-b8a5c1080e319ec5ffc9b4e3e4407545206ab335.tar.gz |
gnu: emacs-js2-mode: Update to 20190219.
* gnu/packages/emacs-xyz.scm (emacs-js2-mode): Update to 20190219.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 2860bd5a8a..73d8f1db7a 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -4636,7 +4636,7 @@ to all the other commands, too.") (define-public emacs-js2-mode (package (name "emacs-js2-mode") - (version "20180301") + (version "20190219") (source (origin (method url-fetch) (uri (string-append "https://github.com/mooz/js2-mode/archive/" @@ -4644,7 +4644,7 @@ to all the other commands, too.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "13aghgwaqrmbf3pbifcry52kya454wnh1gbdh5805n1n6xgjm5w3")))) + "1gv1vinp2avnnn6an8ffcx79vmsdjhhikz7s6cmphligb26qp2vi")))) (build-system emacs-build-system) (home-page "https://github.com/mooz/js2-mode/") (synopsis "Improved JavaScript editing mode for Emacs") |