python3Packages.elevenlabs: 2.12.1 -> 2.15.1

This commit is contained in:
R. Ryantm
2025-09-09 15:31:32 +00:00
parent 1c8d52a3a2
commit f053693286
@@ -13,7 +13,7 @@
}:
let
version = "2.12.1";
version = "2.15.1";
tag = "v${version}";
in
buildPythonPackage {
@@ -25,7 +25,7 @@ buildPythonPackage {
owner = "elevenlabs";
repo = "elevenlabs-python";
inherit tag;
hash = "sha256-61MxA0xnXhfzvIpLtL0SA0aXdwF3tzIy+/TsJRaS2mM=";
hash = "sha256-Ue1Duag9UYSLnfijk/9R6blx2MSN2kXmfy3LBtkdv7o=";
};
build-system = [ poetry-core ];