python312Packages.tree-sitter-json: 0.21.0 -> 0.24.8 (#369185)

This commit is contained in:
Doron Behar
2024-12-29 22:51:53 +02:00
committed by GitHub
@@ -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 = [