lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.twilio: 9.5.2 -> 9.6.0

Diff: https://github.com/twilio/twilio-python/compare/refs/tags/9.5.2...refs/tags/9.6.0

Changelog: https://github.com/twilio/twilio-python/blob/9.6.0/CHANGES.md

+2 -2
+2 -2
pkgs/development/python-modules/twilio/default.nix
··· 21 21 22 22 buildPythonPackage rec { 23 23 pname = "twilio"; 24 - version = "9.5.2"; 24 + version = "9.6.0"; 25 25 pyproject = true; 26 26 27 27 disabled = pythonOlder "3.7"; ··· 30 30 owner = "twilio"; 31 31 repo = "twilio-python"; 32 32 tag = version; 33 - hash = "sha256-zHy/EqoWuQ3fZuA8wqatmcg+YwQB7w+kAGTWY453PnY="; 33 + hash = "sha256-C9Pbun+2en9OATPZLOco66auYzo1UZK05lPd8PvKX38="; 34 34 }; 35 35 36 36 build-system = [ setuptools ];