diff options
author | R. RyanTM <ryantm-bot@ryantm.com> | 2018-10-24 08:34:22 -0700 |
---|---|---|
committer | R. RyanTM <ryantm-bot@ryantm.com> | 2018-10-24 08:34:22 -0700 |
commit | 810385d62bea12e6962b4de6c84bf1c7875f2541 (patch) | |
tree | 5d6891169537eb8d5398c028eec4a78351bdbcdb /pkgs/development/python-modules/ftfy | |
parent | 86c7662be0a2cef3d1d6f152e84ff436129dd2c1 (diff) |
python36Packages.ftfy: 4.4.3 -> 5.3.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-ftfy/versions
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 d2e806e43b901..ce847b81de636 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 = "4.4.3"; + version = "5.3.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 = "152xdb56rhs1q4r0ck1n557sbphw7zq18r75a7kkd159ckdnc01w"; + sha256 = "0zybd0ypxhb83bgdbwzi120n02328v4j0ndm6bgkb6wg2gah59qb"; }; propagatedBuildInputs = [ html5lib wcwidth ]; |