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

python37Packages.twilio: 6.29.0 -> 6.29.1
This commit is contained in:
Mario Rodas 2019-07-20 18:36:01 -05:00 committed by GitHub
commit 8fc2fe021a
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.29.0";
version = "6.29.1";
# tests not included in PyPi, so fetch from github instead
src = fetchFromGitHub {
owner = "twilio";
repo = "twilio-python";
rev = version;
sha256 = "1xsg862d68rdrl6m3v9zcq20h42jn6x9cv1bk2ydiizyn6ngqz8w";
sha256 = "1g2wdy62w25sjibggr25b3833x0fhc7w6ypy8g1fgix217rja7pz";
};
buildInputs = [ nose mock ];