python3Packages.tree-sitter: 0.25.1 -> 0.25.2

Changelog: https://github.com/tree-sitter/py-tree-sitter/releases/tag/v0.25.2

Changed files
+2 -2
pkgs
development
python-modules
tree-sitter
+2 -2
pkgs/development/python-modules/tree-sitter/default.nix
···
buildPythonPackage rec {
pname = "tree-sitter";
-
version = "0.25.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
-
hash = "sha256-zXYa0OTR/IiksbgIO64G1PlzrPb18pu/E+qWCcHeycE=";
};
build-system = [ setuptools ];
···
buildPythonPackage rec {
pname = "tree-sitter";
+
version = "0.25.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
+
hash = "sha256-/kPBWFVdpGcjsotS4FitREGVr9HbPKdyDFmiVFROnCA=";
};
build-system = [ setuptools ];