Unverified Commit 507c422c authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

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

parents 5e2806cb 0d64793c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];