python312Packages.tree-sitter-rust: 0.21.2 -> 0.23.2 (#369186)

This commit is contained in:
Doron Behar
2024-12-29 22:51:22 +02:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "tree-sitter-rust";
version = "0.21.2";
version = "0.23.2";
pyproject = true;
src = fetchFromGitHub {
owner = "tree-sitter";
repo = "tree-sitter-rust";
rev = "v${version}";
hash = "sha256-4CTh6fKSV8TuMHLAfEKWsAeCqeCM2uo6hVmF5KWhyPY=";
tag = "v${version}";
hash = "sha256-aT+tlrEKMgWqTEq/NHh8Vj92h6i1aU6uPikDyaP2vfc=";
};
build-system = [