Merge pull request #94195 from r-ryantm/auto-update/python3.7-ftfy
python37Packages.ftfy: 5.7 -> 5.8
This commit is contained in:
commit
a596e70635
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue