Loading pkgs/development/python-modules/python-crfsuite/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -8,13 +8,13 @@ buildPythonPackage rec { pname = "python-crfsuite"; version = "0.9.11"; version = "0.9.12"; format = "setuptools"; src = fetchPypi { inherit version; pname = "python_crfsuite"; hash = "sha256-bv+WXKcFZzltgiyaNep0sPftsn2UcVJJl72r56baX1o="; hash = "sha256-2zf8zDvY8MScKKdpfKecidZ7P9W/EZEihmFpJArExIA="; }; preCheck = '' Loading @@ -33,6 +33,7 @@ buildPythonPackage rec { meta = { description = "Python binding for CRFsuite"; homepage = "https://github.com/scrapinghub/python-crfsuite"; changelog = "https://github.com/scrapinghub/python-crfsuite/blob/${version}/CHANGES.rst"; license = lib.licenses.mit; teams = [ lib.teams.tts ]; }; Loading Loading
pkgs/development/python-modules/python-crfsuite/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -8,13 +8,13 @@ buildPythonPackage rec { pname = "python-crfsuite"; version = "0.9.11"; version = "0.9.12"; format = "setuptools"; src = fetchPypi { inherit version; pname = "python_crfsuite"; hash = "sha256-bv+WXKcFZzltgiyaNep0sPftsn2UcVJJl72r56baX1o="; hash = "sha256-2zf8zDvY8MScKKdpfKecidZ7P9W/EZEihmFpJArExIA="; }; preCheck = '' Loading @@ -33,6 +33,7 @@ buildPythonPackage rec { meta = { description = "Python binding for CRFsuite"; homepage = "https://github.com/scrapinghub/python-crfsuite"; changelog = "https://github.com/scrapinghub/python-crfsuite/blob/${version}/CHANGES.rst"; license = lib.licenses.mit; teams = [ lib.teams.tts ]; }; Loading