python3Packages.elevenlabs: 2.49.1 -> 2.50.0 (#526999)

This commit is contained in:
dotlambda
2026-06-02 13:09:50 +00:00
committed by GitHub

View File

@@ -14,14 +14,14 @@
buildPythonPackage (finalAttrs: {
pname = "elevenlabs";
version = "2.49.1";
version = "2.50.0";
pyproject = true;
src = fetchFromGitHub {
owner = "elevenlabs";
repo = "elevenlabs-python";
tag = "v${finalAttrs.version}";
hash = "sha256-ATZhkrM+IPCt9Y+7/C5Ng8gKcCFZPHTz1CN3OJ/9uZI=";
hash = "sha256-OIkELIVPXjSqp9L7GqWwodLUrXpHa6GYKSeHF0fbhIk=";
};
build-system = [ poetry-core ];