Unverified Commit 2d3fa76e authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.elevenlabs: 2.26.1 -> 2.27.0 (#471277)

parents 86fde554 6787aa1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
}:

let
  version = "2.26.1";
  version = "2.27.0";
  tag = "v${version}";
in
buildPythonPackage {
@@ -25,7 +25,7 @@ buildPythonPackage {
    owner = "elevenlabs";
    repo = "elevenlabs-python";
    inherit tag;
    hash = "sha256-cVqbN2OvzRFmnZojjycGZsGpj26o9rJYGCcfeW56YOY=";
    hash = "sha256-S4UlutpQuF+H3ICB7cBX6tlOUgwHzBYNXR0R5eHji8w=";
  };

  build-system = [ poetry-core ];