Skip to content

Commit 44abf61

Browse files
authored
python312Packages.twilio: 9.3.6 -> 9.3.7 (#356126)
2 parents 75cf14c + f34b9e8 commit 44abf61

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
@@ -21,7 +21,7 @@
2121

2222
buildPythonPackage rec {
2323
pname = "twilio";
24-
version = "9.3.6";
24+
version = "9.3.7";
2525
pyproject = true;
2626

2727
disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
3030
owner = "twilio";
3131
repo = "twilio-python";
3232
rev = "refs/tags/${version}";
33-
hash = "sha256-H/MBRiGU2EnrhspX2ilVvnxdr7A50q+snCM2inobrcs=";
33+
hash = "sha256-ncLefK29GVhjiXi0zSXjUbL23oxoUH7Pu4cFttK4WrY=";
3434
};
3535

3636
build-system = [ setuptools ];

0 commit comments

Comments
 (0)