Merge pull request #224980 from fabaff/pyrainbird-bump

python310Packages.pyrainbird: 2.0.0 -> 2.0.1
This commit is contained in:
Mario Rodas 2023-04-07 06:53:54 -05:00 committed by GitHub
commit 2657227f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "pyrainbird";
version = "2.0.0";
version = "2.0.1";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-fQHWamtGA1Cz/9Hbxbns5lDd08Q01nIvaMXp9PWrelM=";
hash = "sha256-ssm/nFciUeWexgsKUpF4qZHz/grG8OYJV7roBAjMsac=";
};
postPatch = ''