mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
python/python-joblib: Updated for version 0.14.0.
This commit is contained in:
parent
36f63eaa5b
commit
eb576ab6f6
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=joblib
|
||||
PRGNAM=python-$SRCNAM
|
||||
VERSION=${VERSION:-0.13.2}
|
||||
VERSION=${VERSION:-0.14.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-joblib"
|
||||
VERSION="0.13.2"
|
||||
VERSION="0.14.0"
|
||||
HOMEPAGE="https://joblib.readthedocs.io/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/joblib/joblib-0.13.2.tar.gz"
|
||||
MD5SUM="e448e22afc52e075b991ecd1ba2126e2"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/joblib/joblib-0.14.0.tar.gz"
|
||||
MD5SUM="0a1b0ef025964ee369924459bb494041"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3"
|
||||
|
|
Loading…
Reference in a new issue