* [bug#64330] [PATCH] gnu: tree-sitter-json: Update to 0.20.0.
@ 2023-06-28 17:55 Hilton Chain via Guix-patches via
2023-07-17 22:38 ` bug#64330: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-06-28 17:55 UTC (permalink / raw)
To: 64330; +Cc: Hilton Chain
* gnu/packages/tree-sitter.scm (tree-sitter-json): Update to 0.20.0.
---
gnu/packages/tree-sitter.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 3e17d47a7a..f5f122055c 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -367,10 +367,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
base-commit: b24a05830d11e3011eee4bc5f60a41e26188cde1
--
2.40.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-17 22:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-28 17:55 [bug#64330] [PATCH] gnu: tree-sitter-json: Update to 0.20.0 Hilton Chain via Guix-patches via
2023-07-17 22:38 ` bug#64330: " Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).