[PATCH 1/1] gnu: tree-sitter: Update to 0.24.3.

  • Open
  • quality assurance status badge
Details
One participant
  • Do?an Çeçen
Owner
unassigned
Submitted by
Do?an Çeçen
Severity
normal
D
D
Do?an Çeçen wrote 26 hours ago
(address . guix-patches@gnu.org)(name . Do?an Çeçen)(address . sepeth@fastmail.com)
61ef0a4edc78756621eb09b3f8e9d2983aa27721.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(-)

Toggle diff (26 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74148@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74148
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch