python37Packages.twilio: 6.26.2 -> 6.27.1 (#62545)

python37Packages.twilio: 6.26.2 -> 6.27.1
This commit is contained in:
Florian Klink 2019-06-03 11:54:04 +02:00 committed by GitHub
commit e4648997b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "twilio"; pname = "twilio";
version = "6.26.2"; version = "6.27.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 = "0z0ahbckh5calwgkmd493znixclhjjrly8jfymhwlw6g0g79kavw"; sha256 = "1yd4cpl4y01d3a956gsdg13vx02rb176wyh7mzr0aznkp38nyw5w";
}; };
buildInputs = [ nose mock ]; buildInputs = [ nose mock ];