mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: tree-sitter-json: Update to 0.20.0.
* gnu/packages/tree-sitter.scm (tree-sitter-json): Update to 0.20.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
8ef9ec6acd
commit
2d691ee8ce
1 changed files with 7 additions and 4 deletions
|
@ -432,10 +432,13 @@ (define-public tree-sitter-java
|
|||
"0.20.0"))
|
||||
|
||||
(define-public tree-sitter-json
|
||||
(tree-sitter-grammar
|
||||
"json" "JSON"
|
||||
"06pjh31bv9ja9hlnykk257a6zh8bsxg2fqa54al7qk1r4n9ksnff"
|
||||
"0.19.0"))
|
||||
;; Not tagged
|
||||
(let ((commit "5d992d9dd42d533aa25618b3a0588f4375adf9f3"))
|
||||
(tree-sitter-grammar
|
||||
"json" "JSON"
|
||||
"08kxzqyyl900al8mc0bwigxlkzsh2f14qzjyb5ki7506myxlmnql"
|
||||
"0.20.0"
|
||||
#:commit commit)))
|
||||
|
||||
(define-public tree-sitter-julia
|
||||
(tree-sitter-grammar
|
||||
|
|
Loading…
Reference in a new issue