mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 06:28:50 +03:00
python37Packages.gensim: 3.7.1 -> 3.7.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-gensim/versions
This commit is contained in:
parent
b24ae02ebb
commit
02497d2642
@ -10,11 +10,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "gensim";
|
pname = "gensim";
|
||||||
version = "3.7.1";
|
version = "3.7.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "ed845ac585f724ae1f40fdb517ed8ade822531f9bbcd1be4a599c2e86aff48a8";
|
sha256 = "1la4y935sdah8ywa7krwy80hcl4n2k8cdx4ncy3dg3y2mdg3vq24";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ smart_open numpy six scipy ];
|
propagatedBuildInputs = [ smart_open numpy six scipy ];
|
||||||
|
Loading…
Reference in New Issue
Block a user