Merge pull request #154512 from r-ryantm/auto-update/python3.10-tatsu

python310Packages.tatsu: 5.7.1 -> 5.7.3
This commit is contained in:
Michael Weiss 2022-01-15 19:42:37 +01:00 committed by GitHub
commit 9d87de1273
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
buildPythonPackage rec {
pname = "tatsu";
version = "5.7.1";
version = "5.7.3";
# upstream only supports 3.10+
disabled = pythonOlder "3.10";
@ -13,7 +13,7 @@ buildPythonPackage rec {
owner = "neogeny";
repo = "TatSu";
rev = "v${version}";
sha256 = "12ljff6l29q92625pgsg4f7xf4dz6iz1c3zdkzz188s4lnwpy8b8";
sha256 = "1d6rnlybj971b5j5glvq288hd4r204nkmssqb0k8rm6cqcwhz292";
};
nativeBuildInputs = [ pytest-runner ];