Merge pull request #267166 from r-ryantm/auto-update/python311Packages.tree-sitter
python311Packages.tree-sitter: 0.20.2 -> 0.20.4
This commit is contained in:
commit
9a41f21ea2
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Python bindings to the Tree-sitter parsing library";
|
||||
homepage = "https://github.com/tree-sitter/py-tree-sitter";
|
||||
changelog = "https://github.com/tree-sitter/py-tree-sitter/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue