python3Packages.tree-sitter-python: 0.23.6 -> 0.25.0 (#446747)

This commit is contained in:
Doron Behar
2025-10-06 07:47:09 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "tree-sitter-python";
version = "0.23.6";
version = "0.25.0";
pyproject = true;
src = fetchFromGitHub {
owner = "tree-sitter";
repo = "tree-sitter-python";
tag = "v${version}";
hash = "sha256-71Od4sUsxGEvTwmXX8hBvzqD55hnXkVJublrhp1GICg=";
hash = "sha256-F5XH21PjPpbwYylgKdwD3MZ5o0amDt4xf/e5UikPcxY=";
};
build-system = [