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

python37Packages.twilio: 6.24.0 -> 6.26.0
This commit is contained in:
Florian Klink 2019-04-03 14:21:34 +02:00 committed by GitHub
commit 7a91369508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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