Merge pull request #251237 from fabaff/twilio-bump

python311Packages.twilio: 8.6.0 -> 8.7.0
This commit is contained in:
Nick Cao 2023-08-25 10:04:38 +08:00 committed by GitHub
commit de0651e5c5
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.6.0";
version = "8.7.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-ATspn/cY9DJahcsesnzwDOCEKYoUbqSoeOR3+kLou0s=";
hash = "sha256-wzsAHW0OlorLVI6nnDjv8WP1dpzyrmtE4OfwzFnZOH4=";
};
propagatedBuildInputs = [