Revert "python3Packages.tree-sitter-rust: 0.23.2 -> 0.24.0"

This reverts commit 56cca54190e87044fa8d3e863b8bb217ecd53e7e.
This commit is contained in:
Gutyina Gergő 2025-07-16 09:17:58 +02:00 committed by Tom van Dijk
parent 726e1f5502
commit ca0760f8db

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "tree-sitter-rust";
version = "0.24.0";
version = "0.23.2";
pyproject = true;
src = fetchFromGitHub {
owner = "tree-sitter";
repo = "tree-sitter-rust";
tag = "v${version}";
hash = "sha256-y3sJURlSTM7LRRN5WGIAeslsdRZU522Tfcu6dnXH/XQ=";
hash = "sha256-aT+tlrEKMgWqTEq/NHh8Vj92h6i1aU6uPikDyaP2vfc=";
};
build-system = [