diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-05-03 14:08:51 -0700 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2024-05-04 08:27:57 +0900 |
commit | 6cc101efbec8799404a53b80efc8679bce9f6262 (patch) | |
tree | 2b6c9bdbbd1b6c0666059b6c79cef8768deb5b9c /python/python3-joblib/python3-joblib.SlackBuild | |
parent | 25b030bc6bcd2b9f96024c5eb856efa51b221ada (diff) |
python/python3-joblib: Updated for version 1.4.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'python/python3-joblib/python3-joblib.SlackBuild')
-rw-r--r-- | python/python3-joblib/python3-joblib.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-joblib/python3-joblib.SlackBuild b/python/python3-joblib/python3-joblib.SlackBuild index 0d9f19d1c3..066b0d438c 100644 --- a/python/python3-joblib/python3-joblib.SlackBuild +++ b/python/python3-joblib/python3-joblib.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-joblib SRCNAM=joblib -VERSION=${VERSION:-1.4.0} +VERSION=${VERSION:-1.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |