From eff2afeba0188198a2e14de85fb5d95288ccc3bf Mon Sep 17 00:00:00 2001 From: natsukium Date: Fri, 5 Jul 2024 18:36:55 +0900 Subject: Revert "python3Packages.thinc: 8.2.3 -> 9.0.0" This reverts commit b2f3f0a417d547e843be2803a95fd451f1b20dfd. spacy, the only downstream package, is not yet supported --- pkgs/development/python-modules/thinc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/python-modules') diff --git a/pkgs/development/python-modules/thinc/default.nix b/pkgs/development/python-modules/thinc/default.nix index 2c6dc71e6a88..86700bd0aed2 100644 --- a/pkgs/development/python-modules/thinc/default.nix +++ b/pkgs/development/python-modules/thinc/default.nix @@ -31,14 +31,14 @@ buildPythonPackage rec { pname = "thinc"; - version = "9.0.0"; + version = "8.2.3"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-u+f8PcpPK4miwUKei/HJ3CCw+q0T8KwpBTu7PCUxrVc="; + hash = "sha256-9a/FIikSqAvai9zslYNiorpTjXAn3I22FUhF0oWdynY="; }; postPatch = '' -- cgit v1.2.3