python311Packages.tatsu: 5.12.0 -> 5.12.1

This commit is contained in:
R. Ryantm
2024-05-07 08:04:53 +00:00
parent b771106b51
commit c87b7e076b
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tatsu";
version = "5.12.0";
version = "5.12.1";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "neogeny";
repo = "TatSu";
rev = "refs/tags/v${version}";
hash = "sha256-55sTUqNwfWg5h9msByq2RuVx/z23ST7p7pA/ZsIeYr8=";
hash = "sha256-dY+hvNwYrkKko9A5yRT0EWYlvVu3OrhJMzk/8cjzuUo=";
};
nativeBuildInputs = [