3
0
Fork 0
forked from mirrors/nixpkgs

python311Packages.tatsu: 5.10.6 -> 5.11.3

This commit is contained in:
R. Ryantm 2024-01-18 18:43:44 +00:00
parent c0733e0dc6
commit 0ac7e89673

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tatsu";
version = "5.10.6";
version = "5.11.3";
pyproject = true;
disabled = pythonOlder "3.10";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "neogeny";
repo = "TatSu";
rev = "refs/tags/v${version}";
hash = "sha256-oCYvDP8TbafyJAgl3k7fZ8MKk9prPytvl971s2BCyWA=";
hash = "sha256-5tVvElM7pZF3rZJMMk0IIZBhiv+9J8KBLjfoVTPF198=";
};
nativeBuildInputs = [