about summary refs log tree commit diff
path: root/pkgs/development/python-modules/gensim
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-12-30 12:23:09 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2017-12-31 10:55:05 +0100
commitc2bd0cea42030fe923b0d4dc246957f06afdddac (patch)
tree281aa8ec3b6f699fc50c583365b6e825921fc292 /pkgs/development/python-modules/gensim
parentb0ac491e1105860176185ad948e4dfbbdfeb76e1 (diff)
downloadnixlib-c2bd0cea42030fe923b0d4dc246957f06afdddac.tar
nixlib-c2bd0cea42030fe923b0d4dc246957f06afdddac.tar.gz
nixlib-c2bd0cea42030fe923b0d4dc246957f06afdddac.tar.bz2
nixlib-c2bd0cea42030fe923b0d4dc246957f06afdddac.tar.lz
nixlib-c2bd0cea42030fe923b0d4dc246957f06afdddac.tar.xz
nixlib-c2bd0cea42030fe923b0d4dc246957f06afdddac.tar.zst
nixlib-c2bd0cea42030fe923b0d4dc246957f06afdddac.zip
python: gensim: 3.0.1 -> 3.2.0
Diffstat (limited to 'pkgs/development/python-modules/gensim')
-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 ea5fc12e4321..4edd9ac3e551 100644
--- a/pkgs/development/python-modules/gensim/default.nix
+++ b/pkgs/development/python-modules/gensim/default.nix
@@ -13,10 +13,10 @@
 buildPythonPackage rec {
   pname = "gensim";
   name = "${pname}-${version}";
-  version = "3.0.1";
+  version = "3.2.0";
   src = fetchPypi {
     inherit pname version;
-    sha256 = "4827012f6f020ac4f4067c2a2a88542391917113faaa417505e1ee8a1e7e2650";
+    sha256 = "db00b68c6567ba0598d400b917c889e8801adf249170ce0a80ec38187d1b0797";
   };
 
   propagatedBuildInputs = [ smart_open numpy six scipy