python27Packages.twilio: 6.33.1 -> 6.35.1
This commit is contained in:
parent
e587d64123
commit
14439fce78
@ -3,13 +3,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "twilio";
|
||||
version = "6.33.1";
|
||||
version = "6.35.1";
|
||||
# tests not included in PyPi, so fetch from github instead
|
||||
src = fetchFromGitHub {
|
||||
owner = "twilio";
|
||||
repo = "twilio-python";
|
||||
rev = version;
|
||||
sha256 = "1k8hf4azgjzb4fifclzi8gj6v22368jk3y9f7f9qhq9ina7ilycj";
|
||||
sha256 = "10a1hqvxn0w6z696ay1bbxra6qn8bxg87d6g9iryd2hjnn8sfh4b";
|
||||
};
|
||||
|
||||
buildInputs = [ nose mock ];
|
||||
|
Loading…
Reference in New Issue
Block a user