From eec675b6adcea13f843dcaa877063c0852b23a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sat, 23 Aug 2025 08:02:53 +0200 Subject: [PATCH] Revert "python3Packages.thinc: 8.3.6 -> 9.1.1" This reverts commit 89af1fa9f97aff0171cbc60ba2af2eeb68615971. 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 --- pkgs/development/python-modules/thinc/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/thinc/default.nix b/pkgs/development/python-modules/thinc/default.nix index 37115ac988aa..b577d4cbf2b2 100644 --- a/pkgs/development/python-modules/thinc/default.nix +++ b/pkgs/development/python-modules/thinc/default.nix @@ -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 = [