python3Packages.twilio: 9.6.5 -> 9.7.0

This commit is contained in:
R. Ryantm
2025-07-31 05:26:26 +00:00
parent 35d1a22736
commit 34cfc59e18
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "twilio";
version = "9.6.5";
version = "9.7.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
tag = version;
hash = "sha256-zMVeqY7pr+4JfUVPUcfSQsKEB88+nH2dzKrkTP54vIE=";
hash = "sha256-QVrV6drHVZhjMnwlNYe6NaK8TzRImZfDWLMwDDBZolk=";
};
build-system = [ setuptools ];