Merge pull request #206355 from fabaff/twilio-bump

python310Packages.twilio: 7.15.4 -> 7.16.0

authored by

Fabian Affolter and committed by
GitHub
c6489640 1c1ec314

+2 -2
+2 -2
pkgs/development/python-modules/twilio/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "twilio"; 17 - version = "7.15.4"; 17 + version = "7.16.0"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.6"; ··· 23 23 owner = "twilio"; 24 24 repo = "twilio-python"; 25 25 rev = "refs/tags/${version}"; 26 - hash = "sha256-V7JLFesMj0W6k9+svgIBAfemDWiyi7DGdFLBk4/wd+8="; 26 + hash = "sha256-+cbcINDnPmgNtZeQUOuTwU24Fe0i3xisxTYurV4GW7Y="; 27 27 }; 28 28 29 29 propagatedBuildInputs = [