Merge pull request #220854 from fabaff/twilio-bump

python310Packages.twilio: 7.16.4 -> 7.16.5

authored by Fabian Affolter and committed by GitHub a9efe7ca 609c1f7c

+2 -2
+2 -2
pkgs/development/python-modules/twilio/default.nix
··· 14 15 buildPythonPackage rec { 16 pname = "twilio"; 17 - version = "7.16.4"; 18 format = "setuptools"; 19 20 disabled = pythonOlder "3.6"; ··· 23 owner = "twilio"; 24 repo = "twilio-python"; 25 rev = "refs/tags/${version}"; 26 - hash = "sha256-OB7jW+I5oAE2TGPWmuIcXcABY1v1FMjo8UT83Xn4DB8="; 27 }; 28 29 propagatedBuildInputs = [
··· 14 15 buildPythonPackage rec { 16 pname = "twilio"; 17 + version = "7.16.5"; 18 format = "setuptools"; 19 20 disabled = pythonOlder "3.6"; ··· 23 owner = "twilio"; 24 repo = "twilio-python"; 25 rev = "refs/tags/${version}"; 26 + hash = "sha256-Z/A+NcB/LpzF3JtdDA7+h0scjGWOiYx5fwAZTuyfdug="; 27 }; 28 29 propagatedBuildInputs = [