summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2018-12-02 21:09:58 +0100
committerLudovic Courtès <ludo@gnu.org>2018-12-02 23:35:27 +0100
commita7bed894d2dca20071a4738e4fd604bd8b7cf1a3 (patch)
tree9b53783fc20cc99048b7ce68609e5b699e18433a /gnu
parent6837deb749cc5a27141bdb3ae778d7500d448e03 (diff)
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 3675c627b08..bcd4eafa537 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4440,7 +4440,7 @@ to all the other commands, too.")
4440(define-public emacs-js2-mode 4440(define-public emacs-js2-mode
4441 (package 4441 (package
4442 (name "emacs-js2-mode") 4442 (name "emacs-js2-mode")
4443 (version "20150909") 4443 (version "20180301")
4444 (source (origin 4444 (source (origin
4445 (method url-fetch) 4445 (method url-fetch)
4446 (uri (string-append "https://github.com/mooz/js2-mode/archive/" 4446 (uri (string-append "https://github.com/mooz/js2-mode/archive/"
@@ -4448,7 +4448,7 @@ to all the other commands, too.")
4448 (file-name (string-append name "-" version ".tar.gz")) 4448 (file-name (string-append name "-" version ".tar.gz"))
4449 (sha256 4449 (sha256
4450 (base32 4450 (base32
4451 "1nsm36c4kwb473p13i58fgrnlk8fbn3rdhj47d9xz70az4ra44q0")))) 4451 "13aghgwaqrmbf3pbifcry52kya454wnh1gbdh5805n1n6xgjm5w3"))))
4452 (build-system emacs-build-system) 4452 (build-system emacs-build-system)
4453 (home-page "https://github.com/mooz/js2-mode/") 4453 (home-page "https://github.com/mooz/js2-mode/")
4454 (synopsis "Improved JavaScript editing mode for Emacs") 4454 (synopsis "Improved JavaScript editing mode for Emacs")