Merge pull request #201825 from fabaff/twilio-bump

python310Packages.twilio: 7.15.2 -> 7.15.3
This commit is contained in:
Fabian Affolter 2022-11-19 09:18:02 +01:00 committed by GitHub
commit 66ccb573cf
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.2";
version = "7.15.3";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-Y7rQxoculQ2Dp02/sEowsEf677pDA7AQpWuEiiywvwo=";
hash = "sha256-c1UNqp8eYK9tkogpcDtTOTHa5ME+yOkop2UccXwOAqM=";
};
propagatedBuildInputs = [