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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user