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

python3Packages.elevenlabs: 2.22.0 -> 2.22.1 (#461433)

parents e32650d8 bb5376eb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
}:

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

  build-system = [ poetry-core ];