diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-gensim/python3-gensim.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-gensim/python3-gensim.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-gensim/python3-gensim.SlackBuild b/python/python3-gensim/python3-gensim.SlackBuild index ef0c2f0d4b..a45acaae27 100644 --- a/python/python3-gensim/python3-gensim.SlackBuild +++ b/python/python3-gensim/python3-gensim.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-gensim -# Copyright 2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2023-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-gensim -VERSION=${VERSION:-4.1.2} +VERSION=${VERSION:-4.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-gensim/python3-gensim.info b/python/python3-gensim/python3-gensim.info index 8badac9c16..ac19fa227d 100644 --- a/python/python3-gensim/python3-gensim.info +++ b/python/python3-gensim/python3-gensim.info @@ -1,8 +1,8 @@ PRGNAM="python3-gensim" -VERSION="4.1.2" +VERSION="4.3.2" HOMEPAGE="https://radimrehurek.com/gensim/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/g/gensim/gensim-4.1.2.tar.gz" -MD5SUM="cb32008b23b8b68586cc59f44838bb5f" +DOWNLOAD="https://files.pythonhosted.org/packages/source/g/gensim/gensim-4.3.2.tar.gz" +MD5SUM="d0f9e2d9db9e4a5316eb5e5b08169b03" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-scipy python3-smart_open" |