Skip to content

Commit

Permalink
python37Packages.gensim: 3.7.3 -> 3.8.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-ryantm authored and FRidh committed Jul 20, 2019
1 parent 32e72ad commit ba4e803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/gensim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

buildPythonPackage rec {
pname = "gensim";
version = "3.7.3";
version = "3.8.0";

src = fetchPypi {
inherit pname version;
sha256 = "0mp1hbj7ciwpair7z445zj1grfv8c75gby9lih01c3mvw4pff7v2";
sha256 = "0rjpmxcd4hphq41y7frg6by6gwjjmrdbnim8jvx951ps5gzyfpgc";
};

propagatedBuildInputs = [ smart_open numpy six scipy ];
Expand Down

0 comments on commit ba4e803

Please sign in to comment.