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

python310Packages.pyrainbird: 3.0.0 -> 3.0.1

authored by Nick Cao and committed by GitHub d0991cc3 f529911c

+2 -2
+2 -2
pkgs/development/python-modules/pyrainbird/default.nix
··· 22 22 23 23 buildPythonPackage rec { 24 24 pname = "pyrainbird"; 25 - version = "3.0.0"; 25 + version = "3.0.1"; 26 26 format = "setuptools"; 27 27 28 28 disabled = pythonOlder "3.10"; ··· 31 31 owner = "allenporter"; 32 32 repo = pname; 33 33 rev = "refs/tags/${version}"; 34 - hash = "sha256-G/mmM2lEQWJV+7uZHKECj1jnhTYbcOw9yCi4/9nRDuk="; 34 + hash = "sha256-Qi0NfLayypi/wKJZB9IOzoeaZsb3oq2JahXWdkwSjeo="; 35 35 }; 36 36 37 37 postPatch = ''