python3Packages.twilio: 9.6.0 -> 9.6.1 (#407522)

This commit is contained in:
Nick Cao 2025-05-16 17:23:23 -04:00 committed by GitHub
commit b3582dc671
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "twilio";
version = "9.6.0";
version = "9.6.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "twilio";
repo = "twilio-python";
tag = version;
hash = "sha256-C9Pbun+2en9OATPZLOco66auYzo1UZK05lPd8PvKX38=";
hash = "sha256-6prKi6gMEBA0kxY/57Uyc56Kf54tEQOlEf8nL0wivXA=";
};
build-system = [ setuptools ];