python3Packages.elevenlabs: 2.52.0 -> 2.53.0

This commit is contained in:
R. Ryantm
2026-06-20 18:22:37 +00:00
parent 9a21e4f721
commit 77cf7166fd
@@ -14,14 +14,14 @@
buildPythonPackage (finalAttrs: {
pname = "elevenlabs";
version = "2.52.0";
version = "2.53.0";
pyproject = true;
src = fetchFromGitHub {
owner = "elevenlabs";
repo = "elevenlabs-python";
tag = "v${finalAttrs.version}";
hash = "sha256-Acqwa1zmDV4+xedGtabtB/utU4D5WkgbLyYCrmZiwFo=";
hash = "sha256-V/6zky0jekajrFZh+D6jlK3GSDN4Ms0mByi9CHceGo8=";
};
build-system = [ poetry-core ];