Merge pull request #151337 from fabaff/bump-twilio

python3Packages.twilio: 7.2.0 -> 7.4.0
This commit is contained in:
Fabian Affolter 2021-12-20 08:07:46 +01:00 committed by GitHub
commit 7e4a934b8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [