python3Packages.twilio: 9.8.3 -> 9.8.4

This commit is contained in:
R. Ryantm
2025-10-14 18:58:29 +00:00
parent 798c30d1e2
commit 88969b36b9

View File

@@ -21,7 +21,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "twilio"; pname = "twilio";
version = "9.8.3"; version = "9.8.4";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "twilio"; owner = "twilio";
repo = "twilio-python"; repo = "twilio-python";
tag = version; tag = version;
hash = "sha256-bmDgzlI9W61uHbQHkaQ3VKu2Fwbr+y0N5Tec2AzjNBE="; hash = "sha256-vkRGSFWCOHcGUC5oBmgvCi1mNFp/SsHv5/bhceYVlY0=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];