python: word2vec: 0.10.6 -> 0.11.1

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:37 +02:00
parent 4a720aa5fe
commit 900251bed1

View File

@ -11,12 +11,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "word2vec"; pname = "word2vec";
version = "0.10.6"; version = "0.11.1";
disabled = isPy27; disabled = isPy27;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "95aa222ff2d5c2559192414b794870d14a022016ba83f1bef0cf8cc185e41483"; sha256 = "222d8ffb47f385c43eba45e3f308e605fc9736b2b7137d74979adf1a31e7c8b4";
}; };
propagatedBuildInputs = [ cython numpy scikitlearn six ]; propagatedBuildInputs = [ cython numpy scikitlearn six ];