python: ftfy: 5.3.0 -> 5.5.0

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:34:59 +01:00
parent 285f3363e6
commit b20e1a6741

View file

@ -9,7 +9,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ftfy"; pname = "ftfy";
version = "5.3.0"; version = "5.5.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 = "0zybd0ypxhb83bgdbwzi120n02328v4j0ndm6bgkb6wg2gah59qb"; sha256 = "525ea45a871f52ddb170e66b01f35f1b3022995016c81efa305e628937b85443";
}; };
propagatedBuildInputs = [ html5lib wcwidth ]; propagatedBuildInputs = [ html5lib wcwidth ];