python3Packages.elevenlabs: 2.17.0 -> 2.18.0

This commit is contained in:
R. Ryantm
2025-10-16 10:43:07 +00:00
parent 72338f399c
commit 9b503f65b1
@@ -13,7 +13,7 @@
}:
let
version = "2.17.0";
version = "2.18.0";
tag = "v${version}";
in
buildPythonPackage {
@@ -25,7 +25,7 @@ buildPythonPackage {
owner = "elevenlabs";
repo = "elevenlabs-python";
inherit tag;
hash = "sha256-nIIUMz43o3C7nMMpBnPAPFLTcK3WJyW0v4Vb29yRa88=";
hash = "sha256-FSUKKYG9cMuh4AcU6nYBtzjt+znfel3SHLRDDWPNCv8=";
};
build-system = [ poetry-core ];