development/jupyter_core: Update for 4.11.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-10-19 13:26:12 -07:00 committed by Willy Sudiarto Raharjo
parent 1faf4e560b
commit 97ec6faf9c
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyter_core
VERSION=${VERSION:-4.11.1}
BUILD=${BUILD:-2}
VERSION=${VERSION:-4.11.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter_core"
VERSION="4.11.1"
VERSION="4.11.2"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.11.1/jupyter_core-4.11.1.tar.gz"
MD5SUM="215d4a5171e12da232c719219be141e2"
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.11.2/jupyter_core-4.11.2.tar.gz"
MD5SUM="fb0d8b7ae857a5ac66fb6ecec438637c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="traitlets python3-hatchling"