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

python3Packages.trainer: 0.0.29 -> 0.0.31

+2 -2
+2 -2
pkgs/development/python-modules/trainer/default.nix
··· 16 16 17 17 let 18 18 pname = "trainer"; 19 - version = "0.0.29"; 19 + version = "0.0.31"; 20 20 in 21 21 buildPythonPackage { 22 22 inherit pname version; ··· 26 26 owner = "coqui-ai"; 27 27 repo = "Trainer"; 28 28 rev = "refs/tags/v${version}"; 29 - hash = "sha256-ISEIIJReYKT3tEAF9/pckPg2+aYkBJyRWo6fvWZ/asI="; 29 + hash = "sha256-avZuujeWG/UGkj7fcGB99Fw7KYktJPIDf8oB4wjoiD4="; 30 30 }; 31 31 32 32 postPatch = ''