python312Packages.twilio: 9.0.0 -> 9.0.1

This commit is contained in:
R. Ryantm
2024-03-12 14:31:11 +00:00
parent da05945c74
commit dc249b7684
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "twilio";
version = "9.0.0";
version = "9.0.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-5PhINmG1y+oAEpfxaB8ZFHfWlo0jRZnUKO5oUPcnFuM=";
hash = "sha256-fOtNzyeE0Ijr2HvxuG5+01I1VBbX4io8OqGEjNcxAgk=";
};
nativeBuildInputs = [