python311Packages.pyrainbird: 2.0.1 -> 2.1.0

Changelog: https://github.com/allenporter/pyrainbird/releases/tag/2.1.0
This commit is contained in:
Fabian Affolter 2023-07-06 09:49:19 +02:00
parent 9d1ba81d5f
commit e79da0534b

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