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 d824ade + 25c2b29 commit 282029dCopy full SHA for 282029d
pkgs/development/python-modules/elevenlabs/default.nix
@@ -13,7 +13,7 @@
13
}:
14
15
let
16
- version = "2.0.0";
+ version = "2.2.0";
17
tag = "v${version}";
18
in
19
buildPythonPackage {
@@ -25,7 +25,7 @@ buildPythonPackage {
25
owner = "elevenlabs";
26
repo = "elevenlabs-python";
27
inherit tag;
28
- hash = "sha256-QiV/B0ikXxEGs9UQUeqkPqdgxPwQi6UQ+tj6KT30Rv8=";
+ hash = "sha256-XZld32WJlZKnVQAUQV9FfJZgNOlW4JKVCqVdb8xCO7I=";
29
};
30
31
build-system = [ poetry-core ];
0 commit comments