Merge pull request #210586 from r-ryantm/auto-update/python310Packages.twilio

python310Packages.twilio: 7.16.0 -> 7.16.1
This commit is contained in:
Fabian Affolter 2023-01-14 10:15:24 +01:00 committed by GitHub
commit 175bcc0b79
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.0";
version = "7.16.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-+cbcINDnPmgNtZeQUOuTwU24Fe0i3xisxTYurV4GW7Y=";
hash = "sha256-n4n6lG3lzfGh5HPjt1oNWGjSTobHP7IJach2xLdBNdY=";
};
propagatedBuildInputs = [