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

python37Packages.twilio: 6.22.0 -> 6.23.0
This commit is contained in:
worldofpeace 2019-01-16 18:38:38 +00:00 committed by GitHub
commit df16a945f1
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.22.0";
version = "6.23.0";
# tests not included in PyPi, so fetch from github instead
src = fetchFromGitHub {
owner = "twilio";
repo = "twilio-python";
rev = version;
sha256 = "1kh2hcjm1qyisqqjyjnilkyj3vv6l5flpjyqkq27pwxvc461aapp";
sha256 = "07fb8sklj8527aa8hi71w4iibgmcnndmnqjdcp82ff80ladn9i5y";
};
buildInputs = [ nose mock ];