GNU bug report logs -
#74148
[PATCH 1/1] gnu: tree-sitter: Update to 0.24.3.
Previous Next
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
[Message part 1 (text/plain, inline)]
Your bug report
#74148: [PATCH 1/1] gnu: tree-sitter: Update to 0.24.3.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 74148 <at> debbugs.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)]
Closing for lack of feedback. Please feel free to submit a new pull
request on codeberg.
Andreas
[Message part 3 (message/rfc822, inline)]
* 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
This bug report was last modified 6 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.