mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/traitlets: Update for 5.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
820d7bafd3
commit
f7124ee715
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=traitlets
|
||||
VERSION=${VERSION:-5.2.2.post1}
|
||||
VERSION=${VERSION:-5.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="traitlets"
|
||||
VERSION="5.2.2.post1"
|
||||
VERSION="5.3.0"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.2.2.post1.tar.gz"
|
||||
MD5SUM="44535d43d136c6080c5a341a27206a88"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.3.0.tar.gz"
|
||||
MD5SUM="ea9b920bd09fa8fcc44325c4d6a6800d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="decorator"
|
||||
|
|
Loading…
Reference in a new issue