development/jupyter-notebook: Updated for version 6.5.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-03-06 13:08:35 -08:00 committed by Willy Sudiarto Raharjo
parent df84e32693
commit 3fb2b57e5e
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-notebook
VERSION=${VERSION:-6.5.2}
BUILD=${BUILD:-2}
VERSION=${VERSION:-6.5.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter-notebook"
VERSION="6.5.2"
VERSION="6.5.3"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-6.5.2.tar.gz"
MD5SUM="69deeaccc84d6a0e8a134bd1731d4353"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-6.5.3.tar.gz"
MD5SUM="839f1d8c9d5dc593d6a501a52d3f5052"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jupyter-ipykernel jupyter-nbclassic ipython_genutils"