development/jupyter_core: Updated for version 5.1.3.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2023-01-11 14:39:42 -08:00 committed by Willy Sudiarto Raharjo
parent d02ce38b3f
commit d0a5855ff0
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyter_core
VERSION=${VERSION:-5.1.2}
VERSION=${VERSION:-5.1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="jupyter_core"
VERSION="5.1.2"
VERSION="5.1.3"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/v5.1.2/jupyter_core-5.1.2.tar.gz"
MD5SUM="b23daf9b423e4f4110f83750f1e71002"
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/v5.1.3/jupyter_core-5.1.3.tar.gz"
MD5SUM="f371ec9e51378acaac71762e5c66bd4e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="traitlets python3-platformdirs python3-hatchling"