Revert "python3Packages.thinc: 8.3.6 -> 9.1.1"

This reverts commit 89af1fa9f9.

https://hydra.nixos.org/build/305213285/nixlog/2/tail
I tried applying a patch, but that wouldn't fix the build:
https://github.com/explosion/thinc/commit/47d8e1067de1fc994711a55d4d

Also note that upstream considers 8.3.6 to be the latest version now:
https://github.com/explosion/thinc/releases/latest
This commit is contained in:
Vladimír Čunát
2025-08-23 08:06:14 +02:00
parent 1ef56e0680
commit eec675b6ad
@@ -22,12 +22,12 @@
buildPythonPackage rec {
pname = "thinc";
version = "9.1.1";
version = "8.3.6";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-IfrimG13d6bwULkEbcnqsRhS8cmpl9zJAy8+zCJ4Sko=";
hash = "sha256-SZg/m33cQ0OpUyaUqRGN0hbXpgBSCiGEmkO2wmjsbK0=";
};
build-system = [