Merge pull request #206355 from fabaff/twilio-bump

python310Packages.twilio: 7.15.4 -> 7.16.0
This commit is contained in:
Fabian Affolter 2022-12-17 09:40:44 +01:00 committed by GitHub
commit c6489640e0
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.15.4";
version = "7.16.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-V7JLFesMj0W6k9+svgIBAfemDWiyi7DGdFLBk4/wd+8=";
hash = "sha256-+cbcINDnPmgNtZeQUOuTwU24Fe0i3xisxTYurV4GW7Y=";
};
propagatedBuildInputs = [