Merge pull request #309776 from r-ryantm/auto-update/python311Packages.tatsu

python311Packages.tatsu: 5.12.0 -> 5.12.1
This commit is contained in:
Weijia Wang 2024-06-02 15:39:03 +02:00 committed by GitHub
commit 2ae9e7f819
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "tatsu";
version = "5.12.0";
version = "5.12.1";
pyproject = true;
disabled = pythonOlder "3.10";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "neogeny";
repo = "TatSu";
rev = "refs/tags/v${version}";
hash = "sha256-55sTUqNwfWg5h9msByq2RuVx/z23ST7p7pA/ZsIeYr8=";
hash = "sha256-dY+hvNwYrkKko9A5yRT0EWYlvVu3OrhJMzk/8cjzuUo=";
};
nativeBuildInputs = [ setuptools ];