Merge pull request #207070 from danieldk/versions/blis-0.7.9

python3Packages.blis: 0.9.1 -> 0.7.9
This commit is contained in:
Weijia Wang 2023-02-03 02:18:32 +01:00 committed by GitHub
commit e481552033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,14 +10,16 @@
buildPythonPackage rec {
pname = "blis";
version = "0.9.1";
# Do not update to BLIS 0.9.x until the following issue is resolved:
# https://github.com/explosion/thinc/issues/771#issuecomment-1255825935
version = "0.7.9";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-fOrEZoAfnZfss04Q3e2MJM9eCSfqfoNNocydLtP8Nm8=";
hash = "sha256-Ke9MJQB3hakP/C8Ks9O9O3XNLXhWqaSCt9DayNURoJ0=";
};
postPatch = ''