Merge pull request #222855 from fabaff/twilio-bump

python310Packages.twilio: 7.16.5 -> 7.17.0
This commit is contained in:
Fabian Affolter 2023-03-24 17:02:08 +01:00 committed by GitHub
commit b1fcf5c79d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [