python313Packages.elevenlabs: 1.50.5 -> 1.50.6 (#378170)

This commit is contained in:
Nick Cao
2025-01-31 13:56:29 -05:00
committed by GitHub
@@ -12,7 +12,7 @@
}:
let
version = "1.50.5";
version = "1.50.6";
tag = version;
in
buildPythonPackage {
@@ -24,7 +24,7 @@ buildPythonPackage {
owner = "elevenlabs";
repo = "elevenlabs-python";
inherit tag;
hash = "sha256-Cew8+L7NoQlvR2pILVmwNIa3WUfZzmEkf1+U2nglsnM=";
hash = "sha256-o+J9UnYWE0/3SXQJtv2sm6xibXUPG1V1T7d+SXyBW50=";
};
build-system = [ poetry-core ];