Skip to content

Commit f34b9e8

Browse files
committed
1 parent 4788061 commit f34b9e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
buildPythonPackage rec {
2222
pname = "twilio";
23-
version = "9.3.6";
23+
version = "9.3.7";
2424
pyproject = true;
2525

2626
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
2929
owner = "twilio";
3030
repo = "twilio-python";
3131
rev = "refs/tags/${version}";
32-
hash = "sha256-H/MBRiGU2EnrhspX2ilVvnxdr7A50q+snCM2inobrcs=";
32+
hash = "sha256-ncLefK29GVhjiXi0zSXjUbL23oxoUH7Pu4cFttK4WrY=";
3333
};
3434

3535
build-system = [ setuptools ];

0 commit comments

Comments
 (0)