python312Packages.elevenlabs: 1.52.0 -> 1.54.0 (#389530)

This commit is contained in:
dotlambda
2025-03-13 09:00:31 -07:00
committed by GitHub
@@ -12,7 +12,7 @@
}:
let
version = "1.52.0";
version = "1.54.0";
tag = "v${version}";
in
buildPythonPackage {
@@ -24,7 +24,7 @@ buildPythonPackage {
owner = "elevenlabs";
repo = "elevenlabs-python";
inherit tag;
hash = "sha256-/ZANPcSqVxr4b6AiBmVP9Z8WNe90d4F09hZTgkyX3G8=";
hash = "sha256-IW0iXzkoh4a7NzhG4VqU7z2rtUEUi6JEEDxHNkMjMBA=";
};
build-system = [ poetry-core ];