python3Packages.elevenlabs: 2.23.0 -> 2.24.0 (#464660)

This commit is contained in:
Aleksana
2025-11-25 10:08:40 +00:00
committed by GitHub
@@ -13,7 +13,7 @@
}:
let
version = "2.23.0";
version = "2.24.0";
tag = "v${version}";
in
buildPythonPackage {
@@ -25,7 +25,7 @@ buildPythonPackage {
owner = "elevenlabs";
repo = "elevenlabs-python";
inherit tag;
hash = "sha256-TGB1IrNdvFcuA2kV90Ymu1ZHv2y5zBc4ll33K0QtWAA=";
hash = "sha256-eFglmZQumajFHjg4GdMZXgCL5q7ldyC72ak9dFJdeko=";
};
build-system = [ poetry-core ];