python37Packages.ftfy: 5.7 -> 5.8

This commit is contained in:
R. RyanTM 2020-07-29 21:13:07 +00:00
parent d807152c69
commit afb46594a4

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "ftfy";
version = "5.7";
version = "5.8";
# ftfy v5 only supports python3. Since at the moment the only
# packages that use ftfy are spacy and textacy which both support
# python 2 and 3, they have pinned ftfy to the v4 branch.
@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "1j143kfpnskksfzs0pnr37kwph6m7c71p8gdldv26x2b7arwiyb7";
sha256 = "081p5z20dirrf1i3nshylc31qd5mbxibjc7gzj8x4isbiizpdisi";
};
propagatedBuildInputs = [