guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

34/53: gnu: emacs-js2-mode: Update to 20231224.


From: guix-commits
Subject: 34/53: gnu: emacs-js2-mode: Update to 20231224.
Date: Mon, 1 Jan 2024 20:26:07 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit c38dd0c482ad63dfce53392a9dcaf185bc17fa59
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 19:09:24 2024 +0100

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]