Merge pull request #243719 from fabaff/pyrainbird-bump

python311Packages.pyrainbird: 2.1.0 -> 3.0.0
This commit is contained in:
Fabian Affolter 2023-07-16 09:14:29 +02:00 committed by GitHub
commit 90b1aa3e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,16 +22,16 @@
buildPythonPackage rec {
pname = "pyrainbird";
version = "2.1.0";
version = "3.0.0";
format = "setuptools";
disabled = pythonOlder "3.9";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "allenporter";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-JTZtRh7Ecsq0DUpGt5AxAVnN79i/nppsEjoHWcpTOsM=";
hash = "sha256-G/mmM2lEQWJV+7uZHKECj1jnhTYbcOw9yCi4/9nRDuk=";
};
postPatch = ''