development/jupyter-nbformat: Update for 5.10.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2a5a1a91e6
commit
f5fdee5348
|
@ -26,7 +26,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=jupyter-nbformat
|
PRGNAM=jupyter-nbformat
|
||||||
VERSION=${VERSION:-5.10.3}
|
VERSION=${VERSION:-5.10.4}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="jupyter-nbformat"
|
PRGNAM="jupyter-nbformat"
|
||||||
VERSION="5.10.3"
|
VERSION="5.10.4"
|
||||||
HOMEPAGE="https://jupyter.org/"
|
HOMEPAGE="https://jupyter.org/"
|
||||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.10.3.tar.gz"
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.10.4.tar.gz"
|
||||||
MD5SUM="64e046c0420facd117981bbda4b1fba0"
|
MD5SUM="68dfea58a1236aa0518f1fec9c968473"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python3-jsonschema python3-fastjsonschema jupyter_core python3-hatch-nodejs-version"
|
REQUIRES="python3-jsonschema python3-fastjsonschema jupyter_core python3-hatch-nodejs-version"
|
||||||
|
|
Loading…
Reference in New Issue