Merge pull request #245306 from r-ryantm/auto-update/python310Packages.pyrainbird

python310Packages.pyrainbird: 3.0.0 -> 3.0.1
This commit is contained in:
Nick Cao 2023-07-25 00:21:02 -06:00 committed by GitHub
commit d0991cc3e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "pyrainbird";
version = "3.0.0";
version = "3.0.1";
format = "setuptools";
disabled = pythonOlder "3.10";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-G/mmM2lEQWJV+7uZHKECj1jnhTYbcOw9yCi4/9nRDuk=";
hash = "sha256-Qi0NfLayypi/wKJZB9IOzoeaZsb3oq2JahXWdkwSjeo=";
};
postPatch = ''