mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/tqdm: Updated for version 4.11.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
4cbc79bfac
commit
8b07da5e1a
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.11.1}
|
||||
VERSION=${VERSION:-4.11.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tqdm"
|
||||
VERSION="4.11.1"
|
||||
VERSION="4.11.2"
|
||||
HOMEPAGE="http://chump.readthedocs.org"
|
||||
DOWNLOAD="https://pypi.python.org/packages/2e/c8/8085c2adbee07f36274dc46c13193f28c82e56554eb0d6f5be1573a957f3/tqdm-4.11.1.tar.gz"
|
||||
MD5SUM="bff1e2e06fa5b4e010db016c20a14e9b"
|
||||
DOWNLOAD="https://pypi.python.org/packages/46/b0/615b394ac0b25f1f1ef229e223c335558d69db97301c93e932fb7e5e4679/tqdm-4.11.2.tar.gz"
|
||||
MD5SUM="f1fdea742f527b0049850d261197eedf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue