python37Packages.twilio: 6.24.0 -> 6.26.0

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.7-twilio/versions
This commit is contained in:
R. RyanTM 2019-04-02 13:55:43 -07:00
parent 18aa59b0f2
commit 8a3f25557c

View file

@ -3,13 +3,13 @@
buildPythonPackage rec {
pname = "twilio";
version = "6.24.0";
version = "6.26.0";
# tests not included in PyPi, so fetch from github instead
src = fetchFromGitHub {
owner = "twilio";
repo = "twilio-python";
rev = version;
sha256 = "16lxns59fms75swfjz46484464q4b1fw3ybf8f2k56aas9gyzb2j";
sha256 = "0l50n5hljkp7w2l4c36arxf4dxhkfhs7ywwck9y1gvcgsnvccmss";
};
buildInputs = [ nose mock ];