python3Packages.elevenlabs: 2.20.1 -> 2.21.0 (#457232)

This commit is contained in:
dotlambda
2025-10-31 15:06:43 +00:00
committed by GitHub

View File

@@ -13,7 +13,7 @@
}: }:
let let
version = "2.20.1"; version = "2.21.0";
tag = "v${version}"; tag = "v${version}";
in in
buildPythonPackage { buildPythonPackage {
@@ -25,7 +25,7 @@ buildPythonPackage {
owner = "elevenlabs"; owner = "elevenlabs";
repo = "elevenlabs-python"; repo = "elevenlabs-python";
inherit tag; inherit tag;
hash = "sha256-uJ6uy2/DUtwP5k694Ev672JfDnc5j6Qx0HuineAI7bI="; hash = "sha256-jDpTCflRPfm13ZFA5OUsl1bsFZ8ftSbf23BtgcpL5pQ=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];