python313Packages.twilio: 9.8.0 -> 9.8.1

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

Changelog: https://github.com/twilio/twilio-python/blob/9.8.1/CHANGES.md
This commit is contained in:
Fabian Affolter
2025-09-19 13:54:48 +02:00
parent 146d07acdc
commit ee9860ecc3
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "twilio";
version = "9.8.0";
version = "9.8.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
tag = version;
hash = "sha256-FXwrkUfdscFNBJrRhBxDotK3EbCAFON6tAkCS8/l+4w=";
hash = "sha256-zJiezLn2zEbSGPSRT4yNp7GaJnjArCo+QJDaGD0wyVM=";
};
build-system = [ setuptools ];