diff options
| author | natsukium <tomoya.otabi@gmail.com> | 2024-07-05 18:36:55 +0900 |
|---|---|---|
| committer | natsukium <tomoya.otabi@gmail.com> | 2024-07-06 00:43:30 +0900 |
| commit | eff2afeba0188198a2e14de85fb5d95288ccc3bf (patch) | |
| tree | 8b9fe54e6d386819df99d356bdef2ca5a6adee23 /pkgs/development/python-modules | |
| parent | 49c4747aaa7f751695042bd4c6b1fa50158aabb7 (diff) | |
Revert "python3Packages.thinc: 8.2.3 -> 9.0.0"
This reverts commit b2f3f0a417d547e843be2803a95fd451f1b20dfd.
spacy, the only downstream package, is not yet supported
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/thinc/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 = '' |
