about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-04-15 17:42:10 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-04-16 18:35:30 +0200
commit02497d26429311f7ab777d3449128352fe3fe2f6 (patch)
treea96833a8bb39a9a4087a0a36a9a9c7c3242fbdaa /pkgs/development/python-modules
parentb24ae02ebb4dbd460f2fd928cc26be0091af3e45 (diff)
downloadnixlib-02497d26429311f7ab777d3449128352fe3fe2f6.tar
nixlib-02497d26429311f7ab777d3449128352fe3fe2f6.tar.gz
nixlib-02497d26429311f7ab777d3449128352fe3fe2f6.tar.bz2
nixlib-02497d26429311f7ab777d3449128352fe3fe2f6.tar.lz
nixlib-02497d26429311f7ab777d3449128352fe3fe2f6.tar.xz
nixlib-02497d26429311f7ab777d3449128352fe3fe2f6.tar.zst
nixlib-02497d26429311f7ab777d3449128352fe3fe2f6.zip
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
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/gensim/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/gensim/default.nix b/pkgs/development/python-modules/gensim/default.nix
index 8c7b96e66dda..2bd1bfce6f95 100644
--- a/pkgs/development/python-modules/gensim/default.nix
+++ b/pkgs/development/python-modules/gensim/default.nix
@@ -10,11 +10,11 @@
 
 buildPythonPackage rec {
   pname = "gensim";
-  version = "3.7.1";
+  version = "3.7.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "ed845ac585f724ae1f40fdb517ed8ade822531f9bbcd1be4a599c2e86aff48a8";
+    sha256 = "1la4y935sdah8ywa7krwy80hcl4n2k8cdx4ncy3dg3y2mdg3vq24";
   };
 
   propagatedBuildInputs = [ smart_open numpy six scipy ];