Merge pull request #64630 from danieldk/thinc-7.0.6

pythonPackages.thinc: 7.0.4 -> 7.0.6
This commit is contained in:
worldofpeace 2019-07-11 12:29:24 -04:00 committed by GitHub
commit 1036dc6641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,11 +28,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "thinc"; pname = "thinc";
version = "7.0.4"; version = "7.0.6";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "14v8ygjrkj63dwd4pi490ld6i2d8n8wzcf15hnacjjfwij93pa1q"; sha256 = "12d0766z7ksqpqrvldi46mx0z4zsbgncda4fpvxra1d6vbchf8ba";
}; };
buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
@ -81,6 +81,6 @@ buildPythonPackage rec {
description = "Practical Machine Learning for NLP in Python"; description = "Practical Machine Learning for NLP in Python";
homepage = https://github.com/explosion/thinc; homepage = https://github.com/explosion/thinc;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ aborsu sdll ]; maintainers = with maintainers; [ aborsu danieldk sdll ];
}; };
} }