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

python310Packages.twilio: 7.14.0 -> 7.14.1
This commit is contained in:
Fabian Affolter 2022-09-22 22:33:17 +02:00 committed by GitHub
commit 7697af43cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "twilio";
version = "7.14.0";
version = "7.14.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-+D2zhWm2//eWJyEpMQIZM/lL4u7o3JQjGwUebbJKjQk=";
hash = "sha256-VKAeM1a1TMXrewJ+j+Outyp7vxh9xovqjJ+GneYa6eg=";
};
propagatedBuildInputs = [