[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/11: gnu: emacs-js2-mode: Update to 20190219.
From: |
guix-commits |
Subject: |
07/11: gnu: emacs-js2-mode: Update to 20190219. |
Date: |
Sun, 7 Apr 2019 16:24:27 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit b8a5c1080e319ec5ffc9b4e3e4407545206ab335
Author: Brian Leung <address@hidden>
Date: Wed Apr 3 09:15:34 2019 +0200
gnu: emacs-js2-mode: Update to 20190219.
* gnu/packages/emacs-xyz.scm (emacs-js2-mode): Update to 20190219.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2860bd5..73d8f1d 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")
- branch master updated (ecfbc51 -> d78bfd2), guix-commits, 2019/04/07
- 03/11: installer: Adjust welcome page message., guix-commits, 2019/04/07
- 01/11: installer: Offer NM, Connman, and DHCP to non-desktop installs., guix-commits, 2019/04/07
- 04/11: install: Remove "GuixSD"., guix-commits, 2019/04/07
- 05/11: install: Tweak motd., guix-commits, 2019/04/07
- 06/11: gnu: emacs-exwm: Provide absolute file name in '.desktop' file., guix-commits, 2019/04/07
- 02/11: installer: Internationalize service "names"., guix-commits, 2019/04/07
- 07/11: gnu: emacs-js2-mode: Update to 20190219.,
guix-commits <=
- 10/11: gnu: Add emacs-erlang., guix-commits, 2019/04/07
- 08/11: gnu: emacs-evil-matchit: Update to 2.2.9., guix-commits, 2019/04/07
- 11/11: gnu: Add emacs-protobuf-mode., guix-commits, 2019/04/07
- 09/11: gnu: emacs-wgrep: Update to 2.3.0., guix-commits, 2019/04/07