python310Packages.twilio: 7.10.0 -> 7.11.0

This commit is contained in:
R. Ryantm 2022-07-14 15:51:09 +00:00
parent 81519a8314
commit f8c7d82b7b

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "twilio";
version = "7.10.0";
version = "7.11.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-UoSZ4g9RVnmnfZ7XxLafsNCSj396rrHz36fMwEoNL84=";
hash = "sha256-JeguDPbsG3aeXDqqojfJHGpDVniY+IvWMD2GCgCUvuQ=";
};
propagatedBuildInputs = [