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.
1 parent c4a0a12 commit 083f608Copy full SHA for 083f608
pkgs/development/python-modules/elevenlabs/default.nix
@@ -13,14 +13,14 @@
13
14
buildPythonPackage rec {
15
pname = "elevenlabs";
16
- version = "1.6.1";
+ version = "1.7.0";
17
pyproject = true;
18
19
src = fetchFromGitHub {
20
owner = "elevenlabs";
21
repo = "elevenlabs-python";
22
rev = "refs/tags/v${version}";
23
- hash = "sha256-IjsAd2QLYFbYRFQoZgcrKNxBUbD6+mILKkwH6E/mjyU=";
+ hash = "sha256-wRgDKaSNSdpOJLVeYx2gTbtQ8rcxEAjrxvCI9W1v5V4=";
24
};
25
26
build-system = [ poetry-core ];
0 commit comments