mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/traitlets: Update for 5.6.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cc61a64404
commit
0c1fdb203c
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=traitlets
|
||||
VERSION=${VERSION:-5.5.0}
|
||||
VERSION=${VERSION:-5.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="traitlets"
|
||||
VERSION="5.5.0"
|
||||
VERSION="5.6.0"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.5.0.tar.gz"
|
||||
MD5SUM="d5f87bbea8acf897ac3e435c7b71acdc"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.6.0.tar.gz"
|
||||
MD5SUM="160f4d6502f75916862e3e85de99fbe1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="decorator python3-hatchling"
|
||||
|
|
Loading…
Reference in a new issue