Merge pull request #49033 from r-ryantm/auto-update/python3.6-ftfy

python36Packages.ftfy: 4.4.3 -> 5.3.0
This commit is contained in:
Silvan Mosberger 2018-10-26 22:58:25 +02:00 committed by GitHub
commit f54bb1dcb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ftfy"; pname = "ftfy";
version = "4.4.3"; version = "5.3.0";
# 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.
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "152xdb56rhs1q4r0ck1n557sbphw7zq18r75a7kkd159ckdnc01w"; sha256 = "0zybd0ypxhb83bgdbwzi120n02328v4j0ndm6bgkb6wg2gah59qb";
}; };
propagatedBuildInputs = [ html5lib wcwidth ]; propagatedBuildInputs = [ html5lib wcwidth ];