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:
commit
40ede81f30
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user