mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: emacs-js2-mode: Update to 20231224.
* gnu/packages/emacs-xyz.scm (emacs-js2-mode): Update to 20231224. Change-Id: Iffbe84ddee2559b526ba4345f4ff14f6ac1ca050
This commit is contained in:
parent
2c5cf24680
commit
c38dd0c482
1 changed files with 2 additions and 2 deletions
|
@ -13816,7 +13816,7 @@ (define-public emacs-smex
|
||||||
(define-public emacs-js2-mode
|
(define-public emacs-js2-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-js2-mode")
|
(name "emacs-js2-mode")
|
||||||
(version "20230408")
|
(version "20231224")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -13825,7 +13825,7 @@ (define-public emacs-js2-mode
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vwykla43315wlky52807pn2nm508dx6593alk7hnrl2qkl7852s"))))
|
(base32 "11ppp1m7hl4ii79zjw62bqvksyzh5xmp3q1qw21wlj2s47mkpm73"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #t
|
`(#:tests? #t
|
||||||
|
|
Loading…
Reference in a new issue