python38Packages.twilio: 6.29.3 -> 6.32.0
This commit is contained in:
parent
d901b961a9
commit
f42e4ef5f9
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "twilio";
|
pname = "twilio";
|
||||||
version = "6.29.3";
|
version = "6.32.0";
|
||||||
# tests not included in PyPi, so fetch from github instead
|
# tests not included in PyPi, so fetch from github instead
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "twilio";
|
owner = "twilio";
|
||||||
repo = "twilio-python";
|
repo = "twilio-python";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0xc0lw6js8icshjh65rvgbnxrscqsd7ls3h0ni4xqg0kin9wyz42";
|
sha256 = "0by2qjzxv13k4lvy4mas0hf468xf98qbc2arc8fcy6aj7h8jaam8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ nose mock ];
|
buildInputs = [ nose mock ];
|
||||||
|
Loading…
Reference in New Issue
Block a user