Merge pull request #74605 from r-ryantm/auto-update/python3.8-twilio

python38Packages.twilio: 6.32.0 -> 6.33.1
This commit is contained in:
Mario Rodas 2019-11-29 05:40:22 -05:00 committed by GitHub
commit 66ee262b5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "twilio"; pname = "twilio";
version = "6.32.0"; version = "6.33.1";
# tests not included in PyPi, so fetch from github instead # tests not included in PyPi, so fetch from github instead
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "twilio"; owner = "twilio";
repo = "twilio-python"; repo = "twilio-python";
rev = version; rev = version;
sha256 = "0by2qjzxv13k4lvy4mas0hf468xf98qbc2arc8fcy6aj7h8jaam8"; sha256 = "1k8hf4azgjzb4fifclzi8gj6v22368jk3y9f7f9qhq9ina7ilycj";
}; };
buildInputs = [ nose mock ]; buildInputs = [ nose mock ];