python3Packages.twilio: 9.10.4 -> 9.10.5 (#510114)

This commit is contained in:
Nick Cao
2026-04-15 20:25:39 +00:00
committed by GitHub
@@ -19,14 +19,14 @@
buildPythonPackage (finalAttrs: {
pname = "twilio";
version = "9.10.4";
version = "9.10.5";
pyproject = true;
src = fetchFromGitHub {
owner = "twilio";
repo = "twilio-python";
tag = finalAttrs.version;
hash = "sha256-g3GcKHsLcSBJPhpEVi9ue8rSrxD65GID9F40ndH2ho0=";
hash = "sha256-WLgx8kAHfLf7BHhu4A7b4gI3pB7WODb/CPV1qw7oNXM=";
};
build-system = [ setuptools ];