Merge pull request #182527 from r-ryantm/auto-update/python3.10-twilio

python310Packages.twilio: 7.11.0 -> 7.12.0
This commit is contained in:
Fabian Affolter
2022-07-23 15:53:22 +02:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "twilio";
version = "7.11.0";
version = "7.12.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-JeguDPbsG3aeXDqqojfJHGpDVniY+IvWMD2GCgCUvuQ=";
hash = "sha256-/ni7QwBJTLc9hZPFg6wPskwuqmyKS4MHr+r7d/i87Mc=";
};
propagatedBuildInputs = [