python312Packages.elevenlabs: 1.51.0 -> 1.52.0 (#385902)

This commit is contained in:
Robert Schütz
2025-02-28 14:10:35 -08:00
committed by GitHub
@@ -12,8 +12,8 @@
}:
let
version = "1.51.0";
tag = version;
version = "1.52.0";
tag = "v${version}";
in
buildPythonPackage {
pname = "elevenlabs";
@@ -24,7 +24,7 @@ buildPythonPackage {
owner = "elevenlabs";
repo = "elevenlabs-python";
inherit tag;
hash = "sha256-yiMtONiRPEaJNjG3Q3womQObMVD+lqNENeFIPeoCneg=";
hash = "sha256-/ZANPcSqVxr4b6AiBmVP9Z8WNe90d4F09hZTgkyX3G8=";
};
build-system = [ poetry-core ];