Merge pull request #320950 from fabaff/twilio-bump

python312Packages.twilio: 9.1.1 -> 9.2.0
This commit is contained in:
Fabian Affolter 2024-06-19 11:11:53 +02:00 committed by GitHub
commit ff46b0fdc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "twilio";
version = "9.1.1";
version = "9.2.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
rev = "refs/tags/${version}";
hash = "sha256-LluMl5NdyI4aobxNoLtBv5BU4sAq/EhqvqNAxhOA5Og=";
hash = "sha256-vENcbkWXSdhHv3QYjhu8j2UmzmEFHaSD0xDb2pbxqMM=";
};
build-system = [ setuptools ];