python3Packages.elevenlabs: 2.3.0 -> 2.5.0

This commit is contained in:
R. Ryantm
2025-06-27 05:02:08 +00:00
parent 9be32fbfaa
commit 45fb7af337
@@ -13,7 +13,7 @@
}:
let
version = "2.3.0";
version = "2.5.0";
tag = "v${version}";
in
buildPythonPackage {
@@ -25,7 +25,7 @@ buildPythonPackage {
owner = "elevenlabs";
repo = "elevenlabs-python";
inherit tag;
hash = "sha256-vj4ZmtumLq7Jveq7ID/FoPjlIz7Dv8uqMN4Nq6tSW/E=";
hash = "sha256-GA+CQR5QPbXWpOMOp+P6fOjBiJemI2vOctM7zCnfmk4=";
};
build-system = [ poetry-core ];