mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
python/traitlets: Version bump to 5.14.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ac68bafa86
commit
00fcd3b4ea
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=traitlets
|
||||
VERSION=${VERSION:-5.14.2}
|
||||
VERSION=${VERSION:-5.14.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="traitlets"
|
||||
VERSION="5.14.2"
|
||||
VERSION="5.14.3"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.14.2.tar.gz"
|
||||
MD5SUM="dfe7446cd8250a31fbd5e9f72ed0d0e9"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.14.3.tar.gz"
|
||||
MD5SUM="f6e6529cca4cbe3299e3f07ce24d3fdc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-hatchling"
|
||||
|
|
Loading…
Reference in a new issue