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

python37Packages.twilio: 6.23.0 -> 6.23.1
This commit is contained in:
Florian Klink 2019-01-28 02:16:01 +01:00 committed by GitHub
commit 40ede81f30
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.23.0";
version = "6.23.1";
# tests not included in PyPi, so fetch from github instead
src = fetchFromGitHub {
owner = "twilio";
repo = "twilio-python";
rev = version;
sha256 = "07fb8sklj8527aa8hi71w4iibgmcnndmnqjdcp82ff80ladn9i5y";
sha256 = "0f6r2qcgcg4pnnsgf9d1k03ri7h7k8kpasp9mdgv421a4rvqh8lm";
};
buildInputs = [ nose mock ];