Merge pull request #72642 from r-ryantm/auto-update/python3.8-twilio

python38Packages.twilio: 6.29.3 -> 6.32.0
This commit is contained in:
Florian Klink 2019-11-03 13:58:34 +01:00 committed by GitHub
commit 51dc44f91a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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