python313Packages.twilio: 9.8.1 -> 9.8.2

Diff: https://github.com/twilio/twilio-python/compare/9.8.1...9.8.2

Changelog: https://github.com/twilio/twilio-python/blob/9.8.2/CHANGES.md
This commit is contained in:
Fabian Affolter
2025-09-27 18:06:41 +02:00
parent 80447dc8f5
commit ede7b7ef0b
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "twilio";
version = "9.8.1";
version = "9.8.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
tag = version;
hash = "sha256-zJiezLn2zEbSGPSRT4yNp7GaJnjArCo+QJDaGD0wyVM=";
hash = "sha256-ZOkXJ1NN3qmHABfOBpR1tECCIfAwwVMGyLBbU1jYowc=";
};
build-system = [ setuptools ];