mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/stack_data: Update for 0.6.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f71939b638
commit
97d840dee0
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=stack_data
|
||||
VERSION=${VERSION:-0.6.1}
|
||||
VERSION=${VERSION:-0.6.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="stack_data"
|
||||
VERSION="0.6.1"
|
||||
VERSION="0.6.2"
|
||||
HOMEPAGE="https://github.com/alexmojaki/stack_data"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/s/stack_data/stack_data-0.6.1.tar.gz"
|
||||
MD5SUM="05c8c6c58c02280bc87b6851e40d38e6"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/s/stack_data/stack_data-0.6.2.tar.gz"
|
||||
MD5SUM="bf86c3c81a0158e1e7f3979da5a0033b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="asttokens python3-executing pure_eval"
|
||||
|
|
Loading…
Reference in a new issue