From c38dd0c482ad63dfce53392a9dcaf185bc17fa59 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 1 Jan 2024 19:09:24 +0100 Subject: gnu: emacs-js2-mode: Update to 20231224. * gnu/packages/emacs-xyz.scm (emacs-js2-mode): Update to 20231224. Change-Id: Iffbe84ddee2559b526ba4345f4ff14f6ac1ca050 --- 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 e23bd9b9f0..80d04484f4 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -13816,7 +13816,7 @@ to all the other commands, too.") (define-public emacs-js2-mode (package (name "emacs-js2-mode") - (version "20230408") + (version "20231224") (source (origin (method git-fetch) @@ -13825,7 +13825,7 @@ to all the other commands, too.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1vwykla43315wlky52807pn2nm508dx6593alk7hnrl2qkl7852s")))) + (base32 "11ppp1m7hl4ii79zjw62bqvksyzh5xmp3q1qw21wlj2s47mkpm73")))) (build-system emacs-build-system) (arguments `(#:tests? #t -- cgit v1.2.3