python3Packages.tree-sitter: 0.25.1 -> 0.25.2

Changelog: https://github.com/tree-sitter/py-tree-sitter/releases/tag/v0.25.2
This commit is contained in:
Gaetan Lepage
2025-09-25 21:24:16 +00:00
parent 60f7ec82cd
commit 6b7fa4accc
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "tree-sitter";
version = "0.25.1";
version = "0.25.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-zXYa0OTR/IiksbgIO64G1PlzrPb18pu/E+qWCcHeycE=";
hash = "sha256-/kPBWFVdpGcjsotS4FitREGVr9HbPKdyDFmiVFROnCA=";
};
build-system = [ setuptools ];