python311Packages.tree-sitter: 0.20.1 -> 0.20.2

This commit is contained in:
Fabian Affolter 2023-09-17 12:36:10 +00:00
parent b4dbea193a
commit d71f84e720

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "tree-sitter";
version = "0.20.1";
version = "0.20.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "tree_sitter";
inherit version;
hash = "sha256-6T8ILFRdZkm8+11oHtJV6wBKbOIpiJcaEo9AaS/uxg0=";
hash = "sha256-CmwGq6pV3hdCQaR2tTYXO7ooJB0uqF0ZjTOqi/AJ8Cg=";
};
nativeBuildInputs = [