unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Doğan Çeçen" <sepeth@fastmail.com>
To: 74148@debbugs.gnu.org
Cc: "Doğan Çeçen" <sepeth@fastmail.com>,
	"Andrew Tropin" <andrew@trop.in>,
	"Katherine Cox-Buday" <cox.katherine.e+guix@gmail.com>,
	"Liliana Marie Prikler" <liliana.prikler@gmail.com>
Subject: [bug#74148] [PATCH 1/1] gnu: tree-sitter: Update to 0.24.3.
Date: Fri,  1 Nov 2024 00:02:31 +0200	[thread overview]
Message-ID: <61ef0a4edc78756621eb09b3f8e9d2983aa27721.1730412151.git.sepeth@fastmail.com> (raw)
In-Reply-To: <cover.1730412151.git.sepeth@fastmail.com>

* gnu/packages/tree-sitter.scm (tree-sitter): Update to 0.24.3.

Change-Id: I0f9ae92283af6d4f9ff03d92b263a5d322bf4524
---
 gnu/packages/tree-sitter.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 2f6e6809d7..c5cb1911b8 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -99,16 +99,16 @@ (define-public python-tree-sitter
 (define-public tree-sitter
   (package
     (name "tree-sitter")
-    (version "0.20.10")                 ;untagged
+    (version "0.24.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/tree-sitter/tree-sitter")
-                    (commit "0e4ff0bb27edf37b76fc7d35aa768b02cf4392ad")))
+                    (commit "v0.24.3")))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1bai4gdhf8w5p1i9np2kl2ms0jq6rgq98qpiipipzayb9jjjlxcy"))
+                "1pn1k2ch14y48718l7s21rz5alqgdw1bis25r9x4rm6zac7kiy6q"))
               (modules '((guix build utils)))
               (snippet #~(begin
                            ;; Remove bundled ICU parts
-- 
2.46.0





      reply	other threads:[~2024-10-31 22:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-31 22:02 [bug#74147] [PATCH] gnu: tree-sitter: Update to 0.24.3 Doğan Çeçen
2024-10-31 22:02 ` Doğan Çeçen [this message]

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=61ef0a4edc78756621eb09b3f8e9d2983aa27721.1730412151.git.sepeth@fastmail.com \
    --to=sepeth@fastmail.com \
    --cc=74148@debbugs.gnu.org \
    --cc=andrew@trop.in \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=liliana.prikler@gmail.com \
    /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 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).