python3Packages.elevenlabs: 2.12.0 -> 2.12.1 (#438199)

This commit is contained in:
dotlambda
2025-08-29 12:42:47 -07:00
committed by GitHub
@@ -13,7 +13,7 @@
}:
let
version = "2.12.0";
version = "2.12.1";
tag = "v${version}";
in
buildPythonPackage {
@@ -25,7 +25,7 @@ buildPythonPackage {
owner = "elevenlabs";
repo = "elevenlabs-python";
inherit tag;
hash = "sha256-vxr4KB6N46TS9i0XlXwVf3x5flGVSb+sIH0uhtVvLd0=";
hash = "sha256-61MxA0xnXhfzvIpLtL0SA0aXdwF3tzIy+/TsJRaS2mM=";
};
build-system = [ poetry-core ];