GNU bug report logs - #74148
[PATCH 1/1] gnu: tree-sitter: Update to 0.24.3.

Previous Next

Package: guix-patches;

Reported by: Doğan Çeçen <sepeth <at> fastmail.com>

Date: Thu, 31 Oct 2024 22:05:03 UTC

Severity: normal

Tags: moreinfo, patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andreas Enge <andreas <at> enge.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#74148: closed ([PATCH 1/1] gnu: tree-sitter: Update to 0.24.3.)
Date: Tue, 08 Jul 2025 16:37:13 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 8 Jul 2025 16:38:00 +0200
with message-id <aG0tSDt0sNVKbCU8 <at> jurong>
and subject line Close
has caused the debbugs.gnu.org bug report #74148,
regarding [PATCH 1/1] gnu: tree-sitter: Update to 0.24.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
74148: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74148
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Doğan Çeçen <sepeth <at> fastmail.com>
To: guix-patches <at> gnu.org
Cc: Doğan Çeçen <sepeth <at> fastmail.com>
Subject: [PATCH 1/1] gnu: tree-sitter: Update to 0.24.3.
Date: Fri,  1 Nov 2024 00:02:31 +0200
* 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



[Message part 3 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: 74148-done <at> debbugs.gnu.org, 74167-done <at> debbugs.gnu.org
Subject: Close
Date: Tue, 8 Jul 2025 16:38:00 +0200
Closing for lack of feedback. Please feel free to submit a new pull
request on codeberg.

Andreas



This bug report was last modified 7 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.