Merge pull request #266936 from r-ryantm/auto-update/python310Packages.thinc

python310Packages.thinc: 8.2.0 -> 8.2.1
This commit is contained in:
Nick Cao 2023-11-12 18:23:53 -05:00 committed by GitHub
commit d17db396b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "thinc";
version = "8.2.0";
version = "8.2.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-gsoeeDHjVNdMZ3bth9vXP0qtWe0ljIdGy+hoaIGG/Ek=";
hash = "sha256-zX/bPYg6FeaQYlTn+wFi9ph46czdH4UZ22/7/ka/b0k=";
};
postPatch = ''
@ -97,6 +97,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for NLP machine learning";
homepage = "https://github.com/explosion/thinc";
changelog = "https://github.com/explosion/thinc/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ aborsu ];
};