summaryrefslogtreecommitdiff
path: root/gnu/packages/emacs-xyz.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-12-29 15:19:43 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-12-29 15:19:43 +0100
commit5a0d81589df3684fb6802c641237e581052c2856 (patch)
treea9d6074688c1a0b9a15b038ba2178c8b4978499d /gnu/packages/emacs-xyz.scm
parentf81df6dd8e9273847e70c19b90d9fb94756d387a (diff)
downloadguix-patches-5a0d81589df3684fb6802c641237e581052c2856.tar
guix-patches-5a0d81589df3684fb6802c641237e581052c2856.tar.gz
gnu: emacs-js2-mode: Update to 20211229.
* gnu/packages/emacs-xyz.scm (emacs-js2-mode): Update to 20211229.
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 75fbcaa4cc..309c51732c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9740,7 +9740,7 @@ to all the other commands, too.")
(define-public emacs-js2-mode
(package
(name "emacs-js2-mode")
- (version "20201220")
+ (version "20211229")
(source
(origin
(method git-fetch)
@@ -9749,7 +9749,7 @@ to all the other commands, too.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "00jy917cgp5xzfgs4m0spzlbqk8mg63layin8nxmn2647rfjnik4"))))
+ (base32 "1wcz3xji7viqxa5is81jd7in7x1fya6rzybm8qj9rwgdc8camvyb"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t