python3Packages.twilio: 7.2.0 -> 7.4.0

This commit is contained in:
Fabian Affolter 2021-12-19 17:16:30 +01:00
parent cf66057e81
commit 9e56ef59c9

View file

@ -11,7 +11,8 @@
buildPythonPackage rec {
pname = "twilio";
version = "7.2.0";
version = "7.4.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -19,7 +20,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = version;
sha256 = "sha256-lhRlLZ9RpOpNIPEgrO7+JO8CnqeC3gqgGqXjznsA9ls=";
sha256 = "sha256-gN9cVBhiO34uj2ZGqXrnlvOlSaGxry0tMxaTK4SYhjM=";
};
propagatedBuildInputs = [