nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.elevenlabs: 2.16.0 -> 2.17.0 (#450551)

authored by

Fabian Affolter and committed by
GitHub
222dac9f 1af492ae

+2 -2
+2 -2
pkgs/development/python-modules/elevenlabs/default.nix
··· 13 13 }: 14 14 15 15 let 16 - version = "2.16.0"; 16 + version = "2.17.0"; 17 17 tag = "v${version}"; 18 18 in 19 19 buildPythonPackage { ··· 25 25 owner = "elevenlabs"; 26 26 repo = "elevenlabs-python"; 27 27 inherit tag; 28 - hash = "sha256-YKmOLJsaU7a1Kf6JzCETqtQTRyarltxMQtrobQpkCn4="; 28 + hash = "sha256-nIIUMz43o3C7nMMpBnPAPFLTcK3WJyW0v4Vb29yRa88="; 29 29 }; 30 30 31 31 build-system = [ poetry-core ];