python312Packages.twilio: 9.0.4 -> 9.0.5

This commit is contained in:
R. Ryantm 2024-04-18 14:46:39 +00:00
parent ae3c6a2eb9
commit f994a55afe
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "twilio";
version = "9.0.4";
version = "9.0.5";
pyproject = true;
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-3014wT7DXRlWvRxfqx/wIR9v9uX9QROQICDHXcgtOHs=";
hash = "sha256-q7tY44L8KA29HeoLBJf75Xp3IZSiT5DOkhtZ+7BD7Hg=";
};
build-system = [ setuptools ];