python36Packages.twilio: 6.8.0 -> 6.19.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-twilio/versions
This commit is contained in:
parent
a8a11ab31c
commit
2829d860a4
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "twilio";
|
pname = "twilio";
|
||||||
version = "6.8.0";
|
version = "6.19.1";
|
||||||
# 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 = "1vi3m6kvbmv643jbz95q59rcn871y0sss48kw2nqziyr5iswfx8c";
|
sha256 = "09c95xyfcjmsjcklz829ariayvdy08zs1p5v8zay7zwxkm017qsm";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ nose mock ];
|
buildInputs = [ nose mock ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user