diff options
author | Frederik Rietdijk <fridh@fridh.nl> | 2018-11-04 11:34:59 +0100 |
---|---|---|
committer | Frederik Rietdijk <fridh@fridh.nl> | 2018-12-03 16:50:30 +0100 |
commit | b20e1a6741214744bc7974320b9c1abfcdecff8a (patch) | |
tree | 770a083b0b483f861eb2de0264e66eaf629d2e6f /pkgs/development/python-modules/ftfy | |
parent | 285f3363e6670d3d75fa42bdc4c5759f96752511 (diff) |
python: ftfy: 5.3.0 -> 5.5.0
Diffstat (limited to 'pkgs/development/python-modules/ftfy')
-rw-r--r-- | pkgs/development/python-modules/ftfy/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ftfy/default.nix b/pkgs/development/python-modules/ftfy/default.nix index ce847b81de636..3d9ecd6d87955 100644 --- a/pkgs/development/python-modules/ftfy/default.nix +++ b/pkgs/development/python-modules/ftfy/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "ftfy"; - version = "5.3.0"; + version = "5.5.0"; # 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. @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - sha256 = "0zybd0ypxhb83bgdbwzi120n02328v4j0ndm6bgkb6wg2gah59qb"; + sha256 = "525ea45a871f52ddb170e66b01f35f1b3022995016c81efa305e628937b85443"; }; propagatedBuildInputs = [ html5lib wcwidth ]; |