Loading pkgs/development/python-modules/textstat/default.nix +6 −4 Original line number Diff line number Diff line Loading @@ -2,14 +2,14 @@ lib, buildPythonPackage, fetchFromGitHub, cmudict, nltk, setuptools, pyphen, pytestCheckHook, pytest, }: buildPythonPackage rec { version = "0.7.12"; version = "0.7.13"; pname = "textstat"; pyproject = true; Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "textstat"; repo = "textstat"; tag = version; hash = "sha256-HOYeWpyWPLUEwnj21WfMNmIg9x+jQUtY1o+Sl5zJRq4="; hash = "sha256-VMWwhwyGMFaKNLHoDG3gw1/jzSYCDBH3Yq4pE4JZTTo="; }; build-system = [ Loading @@ -32,7 +32,7 @@ buildPythonPackage rec { dependencies = [ setuptools pyphen cmudict nltk ]; pythonImportsCheck = [ Loading @@ -43,6 +43,8 @@ buildPythonPackage rec { "tests/" ]; NLTK_DATA = nltk.data.cmudict; meta = { description = "Python package to calculate readability statistics of a text object"; homepage = "https://textstat.org"; Loading Loading
pkgs/development/python-modules/textstat/default.nix +6 −4 Original line number Diff line number Diff line Loading @@ -2,14 +2,14 @@ lib, buildPythonPackage, fetchFromGitHub, cmudict, nltk, setuptools, pyphen, pytestCheckHook, pytest, }: buildPythonPackage rec { version = "0.7.12"; version = "0.7.13"; pname = "textstat"; pyproject = true; Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "textstat"; repo = "textstat"; tag = version; hash = "sha256-HOYeWpyWPLUEwnj21WfMNmIg9x+jQUtY1o+Sl5zJRq4="; hash = "sha256-VMWwhwyGMFaKNLHoDG3gw1/jzSYCDBH3Yq4pE4JZTTo="; }; build-system = [ Loading @@ -32,7 +32,7 @@ buildPythonPackage rec { dependencies = [ setuptools pyphen cmudict nltk ]; pythonImportsCheck = [ Loading @@ -43,6 +43,8 @@ buildPythonPackage rec { "tests/" ]; NLTK_DATA = nltk.data.cmudict; meta = { description = "Python package to calculate readability statistics of a text object"; homepage = "https://textstat.org"; Loading