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

python313Packages.elevenlabs: 1.57.0 -> 1.58.1 (#406556)

authored by

dotlambda and committed by
GitHub
5381c1e0 5f9a37f6

+2 -2
+2 -2
pkgs/development/python-modules/elevenlabs/default.nix
··· 12 12 }: 13 13 14 14 let 15 - version = "1.57.0"; 15 + version = "1.58.1"; 16 16 tag = "v${version}"; 17 17 in 18 18 buildPythonPackage { ··· 24 24 owner = "elevenlabs"; 25 25 repo = "elevenlabs-python"; 26 26 inherit tag; 27 - hash = "sha256-t5/el7rmJvZHBCfmRhJ61ZJenELH99GEJ6XNRkpcKNo="; 27 + hash = "sha256-zg+vIJaTH7ev8YiPLVqM+8J352afPQVyeq+1UDwOUac="; 28 28 }; 29 29 30 30 build-system = [ poetry-core ];