python312Packages.tree-sitter-json: 0.21.0 -> 0.24.8

This commit is contained in:
R. Ryantm
2024-12-29 16:57:37 +00:00
parent 7fa1a3c6b3
commit b6c248cd55
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "tree-sitter-json";
version = "0.21.0";
version = "0.24.8";
pyproject = true;
src = fetchFromGitHub {
owner = "tree-sitter";
repo = "tree-sitter-json";
rev = "v${version}";
hash = "sha256-waejAbS7MjrE7w03MPqvBRpEpqTcKc6RgKCVSYaDV1Y=";
tag = "v${version}";
hash = "sha256-DNZC2cTy1C8OaMOpEHM6NoRtOIbLaBf0CLXXWCKODlw=";
};
build-system = [