python3Packages.elevenlabs: 2.40.0 -> 2.41.0

This commit is contained in:
R. Ryantm
2026-04-04 12:24:11 +00:00
parent e7d780829d
commit 670a8d86dc
@@ -14,14 +14,14 @@
buildPythonPackage (finalAttrs: {
pname = "elevenlabs";
version = "2.40.0";
version = "2.41.0";
pyproject = true;
src = fetchFromGitHub {
owner = "elevenlabs";
repo = "elevenlabs-python";
tag = "v${finalAttrs.version}";
hash = "sha256-1t+CJ+gHnF8wpq6/NpbuophKczXE/usKwwYCrgAZqsY=";
hash = "sha256-Kykhwy2JxEKWxO/lRmMxB/P0jnaxBfmpJDz4+g1oBrQ=";
};
build-system = [ poetry-core ];