about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-24 18:20:31 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-24 18:20:31 +0000
commit17fa104ac7b1405f22c9ff370021027850e6129f (patch)
tree11c6e176c5a29a66dc0fac2c2a33bd969eb8996a
parent1c7948a78096b97f00c482a09b63e0658639524b (diff)
python310Packages.gensim: 4.3.1 -> 4.3.2
-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 fe3742886eb6b..f43bfb518cfb8 100644
--- a/pkgs/development/python-modules/gensim/default.nix
+++ b/pkgs/development/python-modules/gensim/default.nix
@@ -14,14 +14,14 @@
 
 buildPythonPackage rec {
   pname = "gensim";
-  version = "4.3.1";
+  version = "4.3.2";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-i18RwOalMICGtI6PaEEiOk+ho31RNoRhK37oVLUzAV8=";
+    hash = "sha256-maxq9v/UBoLnAVXtn5Lsv0OE1Z+1CvEg00PqXuGzCKs=";
   };
 
   nativeBuildInputs = [