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.
2 parents 75cf14c + f34b9e8 commit 44abf61Copy full SHA for 44abf61
pkgs/development/python-modules/twilio/default.nix
@@ -21,7 +21,7 @@
21
22
buildPythonPackage rec {
23
pname = "twilio";
24
- version = "9.3.6";
+ version = "9.3.7";
25
pyproject = true;
26
27
disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
30
owner = "twilio";
31
repo = "twilio-python";
32
rev = "refs/tags/${version}";
33
- hash = "sha256-H/MBRiGU2EnrhspX2ilVvnxdr7A50q+snCM2inobrcs=";
+ hash = "sha256-ncLefK29GVhjiXi0zSXjUbL23oxoUH7Pu4cFttK4WrY=";
34
};
35
36
build-system = [ setuptools ];
0 commit comments