Merge pull request #55842 from r-ryantm/auto-update/python3.7-twilio

python37Packages.twilio: 6.23.1 -> 6.24.0
This commit is contained in:
worldofpeace 2019-02-15 23:39:48 +00:00 committed by GitHub
commit 8087324acc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "twilio"; pname = "twilio";
version = "6.23.1"; version = "6.24.0";
# 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 = "0f6r2qcgcg4pnnsgf9d1k03ri7h7k8kpasp9mdgv421a4rvqh8lm"; sha256 = "16lxns59fms75swfjz46484464q4b1fw3ybf8f2k56aas9gyzb2j";
}; };
buildInputs = [ nose mock ]; buildInputs = [ nose mock ];