Merge pull request #182556 from r-ryantm/auto-update/python3.10-tatsu
python310Packages.tatsu: 5.8.1 -> 5.8.2
This commit is contained in:
commit
93e8512fbe
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "tatsu";
|
pname = "tatsu";
|
||||||
version = "5.8.1";
|
version = "5.8.2";
|
||||||
# upstream only supports 3.10+
|
# upstream only supports 3.10+
|
||||||
disabled = pythonOlder "3.10";
|
disabled = pythonOlder "3.10";
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ buildPythonPackage rec {
|
||||||
owner = "neogeny";
|
owner = "neogeny";
|
||||||
repo = "TatSu";
|
repo = "TatSu";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-2zEpP1WATqzAo0HsBGdjjk/RoliyIim1OltPoJTlxIU=";
|
sha256 = "sha256-eJJ438zjXRZ7dk36RPkFvhcIA5RYo5MsjptZIpjCrVI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pytest-runner ];
|
nativeBuildInputs = [ pytest-runner ];
|
||||||
|
|
Loading…
Reference in a new issue