python3Packages.tatsu: 5.13.1 -> 5.16.0

https://github.com/neogeny/TatSu/releases/tag/v5.16.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:02 +01:00
parent b0d77f5515
commit b63fa8ab08
@@ -5,22 +5,22 @@
fetchFromGitHub,
pytestCheckHook,
regex,
setuptools,
hatchling,
}:
buildPythonPackage rec {
pname = "tatsu";
version = "5.13.1";
version = "5.16.0";
pyproject = true;
src = fetchFromGitHub {
owner = "neogeny";
repo = "TatSu";
tag = "v${version}";
hash = "sha256-iZtYqPvQxXl6SFG2An7dN3KxaxCTvAiAkeeuXUhLuF0=";
hash = "sha256-YFNoA81J8x4OO7lLUjeN/NzQfCTEeosaWZg9UKy8C50=";
};
nativeBuildInputs = [ setuptools ];
nativeBuildInputs = [ hatchling ];
propagatedBuildInputs = [
colorama