Merge pull request #305074 from r-ryantm/auto-update/python312Packages.twilio

python312Packages.twilio: 9.0.4 -> 9.0.5
This commit is contained in:
Fabian Affolter 2024-04-19 10:13:19 +02:00 committed by GitHub
commit cbd5dc6763
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];