python312Packages.elevenlabs: 1.55.0 -> 1.56.0 (#396209)

This commit is contained in:
dotlambda
2025-04-05 19:12:49 -07:00
committed by GitHub
@@ -12,7 +12,7 @@
}:
let
version = "1.55.0";
version = "1.56.0";
tag = "v${version}";
in
buildPythonPackage {
@@ -24,7 +24,7 @@ buildPythonPackage {
owner = "elevenlabs";
repo = "elevenlabs-python";
inherit tag;
hash = "sha256-gcEffuhnwpxOMcKXZ54H1LJEnmTdFgN2ISzPRzxNh9Q=";
hash = "sha256-BDHfEhg8nj41jZa4Cuw1Ck2qWwY2GlKK8GQ9ZqMQHcs=";
};
build-system = [ poetry-core ];