Unverified Commit 9c30e46f authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.elevenlabs: 2.20.0 -> 2.20.1 (#456411)

parents dd42bb13 875ef2e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
}:

let
  version = "2.20.0";
  version = "2.20.1";
  tag = "v${version}";
in
buildPythonPackage {
@@ -25,7 +25,7 @@ buildPythonPackage {
    owner = "elevenlabs";
    repo = "elevenlabs-python";
    inherit tag;
    hash = "sha256-oxhXvPUOplftB3b7oXmfLSRdPVVjzuOeVPp19OEHVCk=";
    hash = "sha256-uJ6uy2/DUtwP5k694Ev672JfDnc5j6Qx0HuineAI7bI=";
  };

  build-system = [ poetry-core ];