lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.elevenlabs: 1.9.0 -> 1.50.5 (#376952)

authored by

Arne Keller and committed by
GitHub
f469b91f 68afd50b

+2 -2
+2 -2
pkgs/development/python-modules/elevenlabs/default.nix
··· 12 12 }: 13 13 14 14 let 15 - version = "1.9.0"; 15 + version = "1.50.5"; 16 16 tag = version; 17 17 in 18 18 buildPythonPackage { ··· 24 24 owner = "elevenlabs"; 25 25 repo = "elevenlabs-python"; 26 26 inherit tag; 27 - hash = "sha256-0fkt2Z05l95b2S+xoyyy9VGAUZDI1SM8kdcP1PCrUg8="; 27 + hash = "sha256-Cew8+L7NoQlvR2pILVmwNIa3WUfZzmEkf1+U2nglsnM="; 28 28 }; 29 29 30 30 build-system = [ poetry-core ];