python310Packages.twilio: 7.14.1 -> 7.14.2

This commit is contained in:
R. Ryantm 2022-10-06 08:11:50 +00:00
parent d796e61ffd
commit 4dfbb6bcc6

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 = [