all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 64330@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>
Subject: [bug#64330] [PATCH] gnu: tree-sitter-json: Update to 0.20.0.
Date: Thu, 29 Jun 2023 01:55:30 +0800	[thread overview]
Message-ID: <30e8c59db653c5399eb336aa7634cce0820065e7.1687974857.git.hako@ultrarare.space> (raw)

* 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





             reply	other threads:[~2023-06-28 17:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-28 17:55 Hilton Chain via Guix-patches via [this message]
2023-07-17 22:38 ` bug#64330: [PATCH] gnu: tree-sitter-json: Update to 0.20.0 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=30e8c59db653c5399eb336aa7634cce0820065e7.1687974857.git.hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=64330@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.