python312Packages.elevenlabs: 1.7.0 -> 1.8.0

This commit is contained in:
R. Ryantm 2024-09-13 10:15:19 +00:00
parent a0620779ec
commit dc2f65a681

View File

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