Merge pull request #296364 from fabaff/twilio-bump

python311Packages.twilio: 9.0.1 -> 9.0.2
This commit is contained in:
Nick Cao 2024-03-16 11:52:21 -07:00 committed by GitHub
commit b8c50dbff0
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.1";
version = "9.0.2";
pyproject = true;
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-fOtNzyeE0Ijr2HvxuG5+01I1VBbX4io8OqGEjNcxAgk=";
hash = "sha256-xFl+Ucu7ve7She8zUaW5YdK0gE733NNadDka4NeJ8Tg=";
};
nativeBuildInputs = [