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

python3Packages.elevenlabs: 2.22.1 -> 2.23.0 (#462988)

parents 139a18bd e31cc9b7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
}:

let
  version = "2.22.1";
  version = "2.23.0";
  tag = "v${version}";
in
buildPythonPackage {
@@ -25,7 +25,7 @@ buildPythonPackage {
    owner = "elevenlabs";
    repo = "elevenlabs-python";
    inherit tag;
    hash = "sha256-MclDvHOW/hmtMI5/VhtGFdaAd51CSxWVlGRTycGw4FM=";
    hash = "sha256-TGB1IrNdvFcuA2kV90Ymu1ZHv2y5zBc4ll33K0QtWAA=";
  };

  build-system = [ poetry-core ];