all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#33589] [PATCH] gnu: emacs-js2-mode: Update to 20180301.
@ 2018-12-02 20:09 Mathieu Lirzin
  2018-12-02 22:36 ` bug#33589: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Mathieu Lirzin @ 2018-12-02 20:09 UTC (permalink / raw)
  To: 33589; +Cc: Mathieu Lirzin

* gnu/packages/emacs.scm (emacs-js2-mode): Update to 20180301.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index d9d401d7c..8e21eb756 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4440,7 +4440,7 @@ to all the other commands, too.")
 (define-public emacs-js2-mode
   (package
     (name "emacs-js2-mode")
-    (version "20150909")
+    (version "20180301")
     (source (origin
               (method url-fetch)
               (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"))
               (sha256
                (base32
-                "1nsm36c4kwb473p13i58fgrnlk8fbn3rdhj47d9xz70az4ra44q0"))))
+                "13aghgwaqrmbf3pbifcry52kya454wnh1gbdh5805n1n6xgjm5w3"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/mooz/js2-mode/")
     (synopsis "Improved JavaScript editing mode for Emacs")
-- 
2.19.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#33589: [PATCH] gnu: emacs-js2-mode: Update to 20180301.
  2018-12-02 20:09 [bug#33589] [PATCH] gnu: emacs-js2-mode: Update to 20180301 Mathieu Lirzin
@ 2018-12-02 22:36 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-12-02 22:36 UTC (permalink / raw)
  To: Mathieu Lirzin; +Cc: 33589-done

Mathieu Lirzin <mthl@gnu.org> skribis:

> * gnu/packages/emacs.scm (emacs-js2-mode): Update to 20180301.

Applied, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-02 22:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-02 20:09 [bug#33589] [PATCH] gnu: emacs-js2-mode: Update to 20180301 Mathieu Lirzin
2018-12-02 22:36 ` bug#33589: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.