Merge pull request #295335 from r-ryantm/auto-update/python312Packages.twilio

python312Packages.twilio: 9.0.0 -> 9.0.1
This commit is contained in:
Nick Cao
2024-03-12 15:11:43 -04:00
committed by GitHub
@@ -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 = [