Revert "python3Packages.thinc: 8.3.0 -> 9.1.1"

This reverts commit ee7d776bcc.

Breaks spacty, which does not yet support anything newer than thinc 8.3.x.
This commit is contained in:
Martin Weinelt
2025-02-06 02:44:58 +01:00
parent 2880561343
commit 41b9be7177
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "thinc";
version = "9.1.1";
version = "8.3.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-IfrimG13d6bwULkEbcnqsRhS8cmpl9zJAy8+zCJ4Sko=";
hash = "sha256-6zvtVPXADsmt2qogjFHM+gWUg9cxQM1RWqMzc3Fcblk=";
};
postPatch = ''