python310Packages.twilio: 7.16.5 -> 7.17.0

Changelog: https://github.com/twilio/twilio-python/blob/7.17.0/CHANGES.md
This commit is contained in:
Fabian Affolter
2023-03-24 08:28:16 +01:00
parent 505673e19a
commit b4786d7e11
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "twilio";
version = "7.16.5";
version = "7.17.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-Z/A+NcB/LpzF3JtdDA7+h0scjGWOiYx5fwAZTuyfdug=";
hash = "sha256-14agJq7+fuQXqFDS8qfCj45XW/v3CekKmC5TA/5+eTk=";
};
propagatedBuildInputs = [