python3Packages.elevenlabs: 2.16.0 -> 2.17.0 (#450551)

This commit is contained in:
Fabian Affolter
2025-10-10 07:55:25 +00:00
committed by GitHub
@@ -13,7 +13,7 @@
}:
let
version = "2.16.0";
version = "2.17.0";
tag = "v${version}";
in
buildPythonPackage {
@@ -25,7 +25,7 @@ buildPythonPackage {
owner = "elevenlabs";
repo = "elevenlabs-python";
inherit tag;
hash = "sha256-YKmOLJsaU7a1Kf6JzCETqtQTRyarltxMQtrobQpkCn4=";
hash = "sha256-nIIUMz43o3C7nMMpBnPAPFLTcK3WJyW0v4Vb29yRa88=";
};
build-system = [ poetry-core ];