python3Packages.twilio: 7.4.0 -> 7.5.0

This commit is contained in:
Jonathan Ringer 2022-01-13 16:59:05 -08:00 committed by Martin Weinelt
parent d5c86a9968
commit 1f24a9e3f3

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "twilio";
version = "7.4.0";
version = "7.5.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = version;
sha256 = "sha256-gN9cVBhiO34uj2ZGqXrnlvOlSaGxry0tMxaTK4SYhjM=";
sha256 = "0h6r9nz7dcvagrjhzvnirpnjazcy9r64cwlr2bnmlrbjhwdni9rq";
};
propagatedBuildInputs = [