Skip to content

Commit

Permalink
python37Packages.twilio: 6.26.2 -> 6.27.1 (#62545)
Browse files Browse the repository at this point in the history
python37Packages.twilio: 6.26.2 -> 6.27.1
  • Loading branch information
flokli committed Jun 3, 2019
2 parents 739f74d + 5caa175 commit e464899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/twilio/default.nix
Expand Up @@ -3,13 +3,13 @@

buildPythonPackage rec {
pname = "twilio";
version = "6.26.2";
version = "6.27.1";
# tests not included in PyPi, so fetch from github instead
src = fetchFromGitHub {
owner = "twilio";
repo = "twilio-python";
rev = version;
sha256 = "0z0ahbckh5calwgkmd493znixclhjjrly8jfymhwlw6g0g79kavw";
sha256 = "1yd4cpl4y01d3a956gsdg13vx02rb176wyh7mzr0aznkp38nyw5w";
};

buildInputs = [ nose mock ];
Expand Down

0 comments on commit e464899

Please sign in to comment.