Merge pull request #80461 from danieldk/ftfy-5.7

python3Packages.ftfy: 5.6 -> 5.7
This commit is contained in:
Samuel Leathers 2020-02-18 15:02:10 -05:00 committed by GitHub
commit fa7dcc7b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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