We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4cb49e + 77c1bce commit 75f6deeCopy full SHA for 75f6dee
pkgs/development/python-modules/elevenlabs/default.nix
@@ -12,7 +12,7 @@
12
}:
13
14
let
15
- version = "1.54.0";
+ version = "1.55.0";
16
tag = "v${version}";
17
in
18
buildPythonPackage {
@@ -24,7 +24,7 @@ buildPythonPackage {
24
owner = "elevenlabs";
25
repo = "elevenlabs-python";
26
inherit tag;
27
- hash = "sha256-IW0iXzkoh4a7NzhG4VqU7z2rtUEUi6JEEDxHNkMjMBA=";
+ hash = "sha256-gcEffuhnwpxOMcKXZ54H1LJEnmTdFgN2ISzPRzxNh9Q=";
28
};
29
30
build-system = [ poetry-core ];
0 commit comments