aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/python-modules/ftfy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/ftfy/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/ftfy/default.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/ftfy/default.nix b/nixpkgs/pkgs/development/python-modules/ftfy/default.nix
index bb421d746d4..a781230a919 100644
--- a/nixpkgs/pkgs/development/python-modules/ftfy/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/ftfy/default.nix
@@ -10,18 +10,13 @@
buildPythonPackage rec {
pname = "ftfy";
+ version = "5.8";
- version = "5.7";
- # 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.
- # I propose to stick to v4 until another package requires v5.
- # At that point we can make a ftfy_v4 package.
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
- sha256 = "1j143kfpnskksfzs0pnr37kwph6m7c71p8gdldv26x2b7arwiyb7";
+ sha256 = "081p5z20dirrf1i3nshylc31qd5mbxibjc7gzj8x4isbiizpdisi";
};
propagatedBuildInputs = [