Merge pull request #287693 from fabaff/twilio-bump

python311Packages.twilio: 8.12.0 -> 8.13.0
This commit is contained in:
Mario Rodas 2024-02-10 06:29:26 -05:00 committed by GitHub
commit 77655e6dfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,12 +14,13 @@
, pythonOlder
, pytz
, requests
, setuptools
}:
buildPythonPackage rec {
pname = "twilio";
version = "8.12.0";
format = "setuptools";
version = "8.13.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -27,9 +28,13 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-I2ktLhlSFeQ3f7/zcm5NKLv5Pm1R7EPkeMPREMa9bBA=";
hash = "sha256-HlHT7fJbDz8+7pTWHortK2xKDzoIQElJPbUTxmIdGCs=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
aiohttp
aiohttp-retry