python313Packages.twilio: 9.8.7 -> 9.8.8

Diff: https://github.com/twilio/twilio-python/compare/9.8.7...9.8.8

Changelog: https://github.com/twilio/twilio-python/blob/9.8.8/CHANGES.md
This commit is contained in:
Fabian Affolter
2025-12-05 15:52:26 +01:00
parent 40fcd4bcda
commit b779f14d63
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "twilio";
version = "9.8.7";
version = "9.8.8";
pyproject = true;
src = fetchFromGitHub {
owner = "twilio";
repo = "twilio-python";
tag = version;
hash = "sha256-jGuPJ/nTo+oYqnwwwZDFLnpHcEyErgCPB5pO31g9WNA=";
hash = "sha256-q3NjNe7SiqL2HgRkuoChesD333q3vw+aVkSASc6gDQk=";
};
build-system = [ setuptools ];