python312Packages.elevenlabs: 1.7.0 -> 1.8.0 (#341553)

This commit is contained in:
Robert Schütz 2024-09-13 04:43:34 -07:00 committed by GitHub
commit f0557a4dfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,14 +13,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "elevenlabs"; pname = "elevenlabs";
version = "1.7.0"; version = "1.8.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "elevenlabs"; owner = "elevenlabs";
repo = "elevenlabs-python"; repo = "elevenlabs-python";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-wRgDKaSNSdpOJLVeYx2gTbtQ8rcxEAjrxvCI9W1v5V4="; hash = "sha256-puYRVPWMNV+nOHwa//hZQAq1pAkNeU5CFjlMls9C7MM=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];