python3Packages.elevenlabs: 2.22.0 -> 2.22.1

This commit is contained in:
R. Ryantm
2025-11-14 01:37:51 +00:00
parent 61630d4ab5
commit bb5376ebd6
@@ -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 ];