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 da84155 + dc2f65a commit f0557a4Copy full SHA for f0557a4
pkgs/development/python-modules/elevenlabs/default.nix
@@ -13,14 +13,14 @@
13
14
buildPythonPackage rec {
15
pname = "elevenlabs";
16
- version = "1.7.0";
+ version = "1.8.0";
17
pyproject = true;
18
19
src = fetchFromGitHub {
20
owner = "elevenlabs";
21
repo = "elevenlabs-python";
22
rev = "refs/tags/v${version}";
23
- hash = "sha256-wRgDKaSNSdpOJLVeYx2gTbtQ8rcxEAjrxvCI9W1v5V4=";
+ hash = "sha256-puYRVPWMNV+nOHwa//hZQAq1pAkNeU5CFjlMls9C7MM=";
24
};
25
26
build-system = [ poetry-core ];
0 commit comments