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

Configure Feed

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

python3Packages.elevenlabs: 2.12.1 -> 2.15.1 (#441493)

authored by

dotlambda and committed by
GitHub
3f59ebaa 82059705

+2 -2
+2 -2
pkgs/development/python-modules/elevenlabs/default.nix
··· 13 13 }: 14 14 15 15 let 16 - version = "2.12.1"; 16 + version = "2.15.1"; 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-61MxA0xnXhfzvIpLtL0SA0aXdwF3tzIy+/TsJRaS2mM="; 28 + hash = "sha256-Ue1Duag9UYSLnfijk/9R6blx2MSN2kXmfy3LBtkdv7o="; 29 29 }; 30 30 31 31 build-system = [ poetry-core ];