mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/tqdm: Updated for version 4.19.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
aac5df34c3
commit
003e58dacf
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.18.0}
|
||||
VERSION=${VERSION:-4.19.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tqdm"
|
||||
VERSION="4.18.0"
|
||||
VERSION="4.19.4"
|
||||
HOMEPAGE="https://github.com/tqdm/tqdm"
|
||||
DOWNLOAD="https://pypi.python.org/packages/c4/c6/fe5f2d78747b125abb542297a32460804a7e30b70e7019fd6f21e52660a2/tqdm-4.18.0.tar.gz"
|
||||
MD5SUM="22153f45e041793db8a254e3ee1f80ea"
|
||||
DOWNLOAD="https://pypi.python.org/packages/68/bf/f1f515b82e15d367c073d4b1fd6d47ac072657b0b1ace45f17c50f8dc84c/tqdm-4.19.4.tar.gz"
|
||||
MD5SUM="cb919b352ce74b6affa479e73a70f85b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue