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:
Weijia Wang 2023-12-08 16:47:34 +01:00 committed by GitHub
commit 9a41f21ea2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};