We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eeb612 commit 6f17664Copy full SHA for 6f17664
1 file changed
pkgs/development/python-modules/twilio/default.nix
@@ -3,13 +3,13 @@
3
4
buildPythonPackage rec {
5
pname = "twilio";
6
- version = "6.39.0";
+ version = "6.43.0";
7
# tests not included in PyPi, so fetch from github instead
8
src = fetchFromGitHub {
9
owner = "twilio";
10
repo = "twilio-python";
11
rev = version;
12
- sha256 = "1l2j54kjd1lrf072a3i5037qxpm8n378dddzd3m711ylz6vp638f";
+ sha256 = "0p2chrzakqx5694g305j0klh9lxlclm5qp0qjm6wqicivyybggzg";
13
};
14
15
buildInputs = [ nose mock ];
0 commit comments