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
commit fc6f464e86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = [