python3Packages.elevenlabs: 2.26.1 -> 2.27.0 (#471277)

This commit is contained in:
dotlambda
2025-12-16 08:25:06 +00:00
committed by GitHub
@@ -13,7 +13,7 @@
}:
let
version = "2.26.1";
version = "2.27.0";
tag = "v${version}";
in
buildPythonPackage {
@@ -25,7 +25,7 @@ buildPythonPackage {
owner = "elevenlabs";
repo = "elevenlabs-python";
inherit tag;
hash = "sha256-cVqbN2OvzRFmnZojjycGZsGpj26o9rJYGCcfeW56YOY=";
hash = "sha256-S4UlutpQuF+H3ICB7cBX6tlOUgwHzBYNXR0R5eHji8w=";
};
build-system = [ poetry-core ];