python312Packages.tree-sitter-html: 0.20.3 -> 0.23.2

This commit is contained in:
R. Ryantm
2024-12-29 17:02:16 +00:00
parent 7fa1a3c6b3
commit 04bc240823
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "tree-sitter-html";
version = "0.20.3";
version = "0.23.2";
pyproject = true;
src = fetchFromGitHub {
owner = "tree-sitter";
repo = "tree-sitter-html";
rev = "v${version}";
hash = "sha256-sHy3fVWemJod18HCQ8zBC/LpeCCPH0nzhI1wrkCg8nw=";
tag = "v${version}";
hash = "sha256-Pd5Me1twLGOrRB3pSMVX9M8VKenTK0896aoLznjNkGo=";
};
build-system = [