Merge pull request #255671 from fabaff/tree-sitter-bump

python311Packages.tree-sitter: 0.20.1 -> 0.20.2
This commit is contained in:
Fabian Affolter 2023-09-17 16:27:55 +02:00 committed by GitHub
commit cb1e3431c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [