all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "ギャラ via Guix-patches via" <guix-patches@gnu.org>
To: 63226@debbugs.gnu.org
Cc: ギャラ <me@gyara.moe>
Subject: [bug#63226] [PATCH 1/2] gnu: tree-sitter: Update to 0.20.8.
Date: Tue,  2 May 2023 16:58:19 +0900	[thread overview]
Message-ID: <4f01efc71ed2bfae3e579f6534771c522e57271b.1683014300.git.me@gyara.moe> (raw)
In-Reply-To: <f4c9bf97-99b6-49fd-db2b-1ee8ef62b5b9@fubuki.me>

* gnu/packages/tree-sitter.scm (tree-sitter): Update to 0.20.8.
---
 gnu/packages/tree-sitter.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index b91345bb36..386409914b 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -38,7 +38,7 @@ (define-module (gnu packages tree-sitter)
 (define-public tree-sitter
   (package
     (name "tree-sitter")
-    (version "0.20.7")
+    (version "0.20.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -47,7 +47,7 @@ (define-public tree-sitter
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1nv2a2hr22w8ix71b6rkkxv9rfvhvwlmyql0g6lva9qzj4vy50p4"))
+                "10w17lfn9asqrk612xivkx26lc620s3nnm30hhlyqd4bj19k7gyv"))
               (modules '((guix build utils)))
               (snippet #~(begin
                            ;; Remove bundled ICU parts

base-commit: 854c57c3525325070e261a2e6f81d4016ef44bfa
-- 
2.39.2





  reply	other threads:[~2023-05-02  7:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-02  7:35 [bug#63226] [patch 0/2] gnu: neovim: Update to 0.9.0 ギャラ via Guix-patches via
2023-05-02  7:58 ` ギャラ via Guix-patches via [this message]
2023-05-02  7:58   ` [bug#63226] [PATCH 2/2] " ギャラ via Guix-patches via
2023-05-02 15:13     ` Greg Hogan
2023-05-07  9:43 ` bug#63226: [patch 0/2] " Efraim Flashner

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=4f01efc71ed2bfae3e579f6534771c522e57271b.1683014300.git.me@gyara.moe \
    --to=guix-patches@gnu.org \
    --cc=63226@debbugs.gnu.org \
    --cc=me@gyara.moe \
    /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.