python310Packages.gensim: 4.3.1 -> 4.3.2

This commit is contained in:
R. Ryantm 2023-08-24 18:20:31 +00:00
parent 1c7948a780
commit 17fa104ac7

View file

@ -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 = [