python3Packages.elevenlabs: 2.50.0 -> 2.52.0

This commit is contained in:
R. Ryantm
2026-06-11 10:12:55 +00:00
parent edf8e66dd6
commit dc177496ef
@@ -14,14 +14,14 @@
buildPythonPackage (finalAttrs: {
pname = "elevenlabs";
version = "2.50.0";
version = "2.52.0";
pyproject = true;
src = fetchFromGitHub {
owner = "elevenlabs";
repo = "elevenlabs-python";
tag = "v${finalAttrs.version}";
hash = "sha256-OIkELIVPXjSqp9L7GqWwodLUrXpHa6GYKSeHF0fbhIk=";
hash = "sha256-Acqwa1zmDV4+xedGtabtB/utU4D5WkgbLyYCrmZiwFo=";
};
build-system = [ poetry-core ];