Merge pull request #241844 from fabaff/pyrainbird-bump

python311Packages.pyrainbird: 2.0.1 -> 2.1.0
This commit is contained in:
Nick Cao 2023-07-06 21:06:40 +08:00 committed by GitHub
commit d0b83ebb0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
{ lib
, aiohttp-retry
, buildPythonPackage
, fetchFromGitHub
, freezegun
@ -21,7 +22,7 @@
buildPythonPackage rec {
pname = "pyrainbird";
version = "2.0.1";
version = "2.1.0";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -30,7 +31,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ssm/nFciUeWexgsKUpF4qZHz/grG8OYJV7roBAjMsac=";
hash = "sha256-JTZtRh7Ecsq0DUpGt5AxAVnN79i/nppsEjoHWcpTOsM=";
};
postPatch = ''
@ -42,6 +43,7 @@ buildPythonPackage rec {
'';
propagatedBuildInputs = [
aiohttp-retry
ical
pycryptodome
pydantic