Merge pull request #300853 from r-ryantm/auto-update/python312Packages.twilio

python312Packages.twilio: 9.0.2 -> 9.0.3
This commit is contained in:
Fabian Affolter 2024-04-02 09:41:49 +02:00 committed by GitHub
commit fc9891b6d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "twilio";
version = "9.0.2";
version = "9.0.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -28,14 +28,14 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-xFl+Ucu7ve7She8zUaW5YdK0gE733NNadDka4NeJ8Tg=";
hash = "sha256-MyK5ICGNR3BEJtVhFM3A6azceU5HjSDep4tpuQ8D4Rs=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
aiohttp
aiohttp-retry
pyjwt