python3Packages.elevenlabs: 2.22.0 -> 2.22.1 (#461433)

This commit is contained in:
dotlambda
2025-11-14 03:01:06 +00:00
committed by GitHub
@@ -13,7 +13,7 @@
}:
let
version = "2.22.0";
version = "2.22.1";
tag = "v${version}";
in
buildPythonPackage {
@@ -25,7 +25,7 @@ buildPythonPackage {
owner = "elevenlabs";
repo = "elevenlabs-python";
inherit tag;
hash = "sha256-tSPMHEvce4lRT2weyDl6EFONCT8dRGgLfGptNuTdAPc=";
hash = "sha256-MclDvHOW/hmtMI5/VhtGFdaAd51CSxWVlGRTycGw4FM=";
};
build-system = [ poetry-core ];