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

python310Packages.twilio: 7.14.1 -> 7.14.2
This commit is contained in:
Fabian Affolter 2022-10-06 15:34:21 +02:00 committed by GitHub
commit 95f9b75acf
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.1";
version = "7.14.2";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-VKAeM1a1TMXrewJ+j+Outyp7vxh9xovqjJ+GneYa6eg=";
hash = "sha256-lamP7ltKLizwPGX1063bZ90M89oPmXVSogi3HNksvHE=";
};
propagatedBuildInputs = [