python3Packages.elevenlabs: 2.15.1 -> 2.16.0 (#444740)

This commit is contained in:
Nick Cao
2025-09-21 17:33:49 +00:00
committed by GitHub
@@ -13,7 +13,7 @@
}:
let
version = "2.15.1";
version = "2.16.0";
tag = "v${version}";
in
buildPythonPackage {
@@ -25,7 +25,7 @@ buildPythonPackage {
owner = "elevenlabs";
repo = "elevenlabs-python";
inherit tag;
hash = "sha256-Ue1Duag9UYSLnfijk/9R6blx2MSN2kXmfy3LBtkdv7o=";
hash = "sha256-YKmOLJsaU7a1Kf6JzCETqtQTRyarltxMQtrobQpkCn4=";
};
build-system = [ poetry-core ];