lol

python3Packages.coqpit: 0.1.2 -> 0.2.0

R. Ryantm 14e70b59 cc4eb12f

+2 -2
+2 -2
pkgs/development/python-modules/coqpit/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "coqpit-config"; 13 - version = "0.1.2"; 13 + version = "0.2.0"; 14 14 format = "pyproject"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "idiap"; 18 18 repo = "coqui-ai-coqpit"; 19 19 tag = "v${version}"; 20 - hash = "sha256-3LZxoj2aFTpezakBymogkNPCaEBBaaUmyIa742cSMgU="; 20 + hash = "sha256-iitAq+sOPFQqKiwwnPnWheZ+0+OLznu3G9Ncf18s4VQ="; 21 21 }; 22 22 23 23 nativeCheckInputs = [ pytestCheckHook ];