python3Packages.elevenlabs: 2.49.1 -> 2.50.0

This commit is contained in:
R. Ryantm
2026-06-02 06:51:22 +00:00
parent e7713b176c
commit ae6dd33f4c
@@ -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 ];