python3Packages.py-tree-sitter: 0.20.1 -> 0.20.4

This commit is contained in:
Martin Weinelt
2023-12-20 20:45:11 +01:00
parent 1808c61593
commit cf33c0db38
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "py-tree-sitter";
version = "0.20.1";
version = "0.20.4";
format = "pyproject";
src = fetchFromGitHub {
owner = "tree-sitter";
repo = "py-tree-sitter";
rev = "v${version}";
hash = "sha256-mdV5zGvVI1MltmOD1BtXxsKB/yigk8d56WwLlX6Uizg=";
rev = "refs/tags/v${version}";
hash = "sha256-R97WcsHQMcuEOCg/QQ9YbGTRD30G9PRv0xAbxuoFyC4=";
fetchSubmodules = true;
};