Merge pull request #254393 from fabaff/twilio-bump

python311Packages.twilio: 8.7.0 -> 8.8.0
This commit is contained in:
Nick Cao 2023-09-10 10:00:09 -04:00 committed by GitHub
commit f2a8295f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "twilio";
version = "8.7.0";
version = "8.8.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-wzsAHW0OlorLVI6nnDjv8WP1dpzyrmtE4OfwzFnZOH4=";
hash = "sha256-fWAVTaie+6lz5cX7hg0s22kHXelIfhh5FNTfxxbUEPw=";
};
propagatedBuildInputs = [