python3Packages.coqpit: 0.0.6.6 -> 0.9.0

This commit is contained in:
Martin Weinelt 2021-06-04 14:45:33 +02:00
parent f937103c9a
commit bf738e2ee9
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "coqpit";
version = "0.0.6.6";
version = "0.0.9";
format = "setuptools";
src = fetchFromGitHub {
owner = "coqui-ai";
repo = pname;
rev = "v${version}";
sha256 = "0wb5wf84i5h4ycm732kn4316v7schhm91s2rrklfw9sny5dqmdnh";
sha256 = "1dh3bp7m9fjfrfrahblibrx91sagndkdi0325ail63kyvlhzbkma";
};
checkInputs = [