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

python3Packages.elevenlabs: 1.58.1 -> 1.59.0 (#408320)

parents 3993d700 3e9b3c1f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
}:

let
  version = "1.58.1";
  version = "1.59.0";
  tag = "v${version}";
in
buildPythonPackage {
@@ -24,7 +24,7 @@ buildPythonPackage {
    owner = "elevenlabs";
    repo = "elevenlabs-python";
    inherit tag;
    hash = "sha256-zg+vIJaTH7ev8YiPLVqM+8J352afPQVyeq+1UDwOUac=";
    hash = "sha256-d1QnBAMTOlOlApHYAKt0fG7zV+3enIVkg78ShyrL6kM=";
  };

  build-system = [ poetry-core ];