python312Packages.tree-sitter-python: 0.21.0 -> 0.23.2

Diff: https://github.com/tree-sitter/tree-sitter-python/compare/v0.21.0...v0.23.2
This commit is contained in:
natsukium
2024-10-13 11:09:52 +02:00
committed by Martin Weinelt
parent 1d1b7c6f37
commit 5eb2bf820e
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "tree-sitter-python";
version = "0.21.0";
version = "0.23.2";
pyproject = true;
src = fetchFromGitHub {
owner = "tree-sitter";
repo = "tree-sitter-python";
rev = "v${version}";
hash = "sha256-ZQ949GbgzZ/W667J+ekvQbs4bGnbDO+IWejivhxPZXM=";
hash = "sha256-cOBG2xfFJ0PpR1RIKW1GeeNeOBA9DAP/N4RXRGYp3yw=";
};
build-system = [