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

python3Packages.elevenlabs: 2.24.0 -> 2.25.0 (#467612)

parents 78a51b69 fb8ad527
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
}:

let
  version = "2.24.0";
  version = "2.25.0";
  tag = "v${version}";
in
buildPythonPackage {
@@ -25,7 +25,7 @@ buildPythonPackage {
    owner = "elevenlabs";
    repo = "elevenlabs-python";
    inherit tag;
    hash = "sha256-eFglmZQumajFHjg4GdMZXgCL5q7ldyC72ak9dFJdeko=";
    hash = "sha256-H0jq5Hmw433CMA0cWBk6H8I5GNs6eaW0v2cvJNUxxuY=";
  };

  build-system = [ poetry-core ];