mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
python/tqdm: Updated for version 4.19.9.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
8c5d296cd3
commit
37b06ac517
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=tqdm
|
||||
VERSION=${VERSION:-4.19.8}
|
||||
VERSION=${VERSION:-4.19.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tqdm"
|
||||
VERSION="4.19.8"
|
||||
VERSION="4.19.9"
|
||||
HOMEPAGE="https://github.com/tqdm/tqdm"
|
||||
DOWNLOAD="https://pypi.python.org/packages/a6/74/cb6927443849ec849ad7cdcdc8e38f04d81fce41783150c0d5215ec504a8/tqdm-4.19.8.tar.gz"
|
||||
MD5SUM="536b67269aa2a67e9c5933e597d5c1cd"
|
||||
DOWNLOAD="https://pypi.python.org/packages/83/83/343d255dc5444c0e69e2bcd3976be05578fe3bbbdc305c755abf63c8fb4f/tqdm-4.19.9.tar.gz"
|
||||
MD5SUM="6232f21ab727af943efa5db1a4d24426"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue