Unverified Commit 3079d937 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python312Packages.elevenlabs: 1.56.0 -> 1.57.0 (#401247)

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

let
  version = "1.56.0";
  version = "1.57.0";
  tag = "v${version}";
in
buildPythonPackage {
@@ -24,7 +24,7 @@ buildPythonPackage {
    owner = "elevenlabs";
    repo = "elevenlabs-python";
    inherit tag;
    hash = "sha256-BDHfEhg8nj41jZa4Cuw1Ck2qWwY2GlKK8GQ9ZqMQHcs=";
    hash = "sha256-t5/el7rmJvZHBCfmRhJ61ZJenELH99GEJ6XNRkpcKNo=";
  };

  build-system = [ poetry-core ];