[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-js2-mode: Update to 20220710.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-js2-mode: Update to 20220710. |
Date: |
Mon, 11 Jul 2022 06:30:10 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b2668faac0 gnu: emacs-js2-mode: Update to 20220710.
b2668faac0 is described below
commit b2668faac0e81eddea6df81850e2c8f442bca880
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 11 12:29:30 2022 +0200
gnu: emacs-js2-mode: Update to 20220710.
* gnu/packages/emacs-xyz.scm (emacs-js2-mode): Update to 20220710.
---
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 8d0410dfb6..fc0509372f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10644,7 +10644,7 @@ to all the other commands, too.")
(define-public emacs-js2-mode
(package
(name "emacs-js2-mode")
- (version "20211229")
+ (version "20220710")
(source
(origin
(method git-fetch)
@@ -10653,7 +10653,7 @@ to all the other commands, too.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1wcz3xji7viqxa5is81jd7in7x1fya6rzybm8qj9rwgdc8camvyb"))))
+ (base32 "0whvhmgpv6yxqiljd1l4a880i0dhp0z0jxqaad7jjvwij07vvla4"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-js2-mode: Update to 20220710.,
guix-commits <=