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:
Hilton Chain 2023-06-29 01:55:30 +08:00 committed by Ludovic Courtès
parent 8ef9ec6acd
commit 2d691ee8ce
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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