Skip to content

Commit 6f17664

Browse files
committed
python27Packages.twilio: 6.39.0 -> 6.43.0
1 parent 6eeb612 commit 6f17664

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/twilio/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
buildPythonPackage rec {
55
pname = "twilio";
6-
version = "6.39.0";
6+
version = "6.43.0";
77
# tests not included in PyPi, so fetch from github instead
88
src = fetchFromGitHub {
99
owner = "twilio";
1010
repo = "twilio-python";
1111
rev = version;
12-
sha256 = "1l2j54kjd1lrf072a3i5037qxpm8n378dddzd3m711ylz6vp638f";
12+
sha256 = "0p2chrzakqx5694g305j0klh9lxlclm5qp0qjm6wqicivyybggzg";
1313
};
1414

1515
buildInputs = [ nose mock ];

0 commit comments

Comments
 (0)