Unverified Commit 75f6dee7 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python313Packages.elevenlabs: 1.54.0 -> 1.55.0 (#394062)

parents e4cb49ef 77c1bce7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
}:

let
  version = "1.54.0";
  version = "1.55.0";
  tag = "v${version}";
in
buildPythonPackage {
@@ -24,7 +24,7 @@ buildPythonPackage {
    owner = "elevenlabs";
    repo = "elevenlabs-python";
    inherit tag;
    hash = "sha256-IW0iXzkoh4a7NzhG4VqU7z2rtUEUi6JEEDxHNkMjMBA=";
    hash = "sha256-gcEffuhnwpxOMcKXZ54H1LJEnmTdFgN2ISzPRzxNh9Q=";
  };

  build-system = [ poetry-core ];