development/jupyter-nbformat: Update for 5.2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
ac53913133
commit
426dbf1ca2
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jupyter-nbformat
|
||||
VERSION=${VERSION:-5.1.3}
|
||||
VERSION=${VERSION:-5.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter-nbformat"
|
||||
VERSION="5.1.3"
|
||||
VERSION="5.2.0"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.1.3.tar.gz"
|
||||
MD5SUM="70eb6150c6ea49aae042e2ecafb45378"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.2.0.tar.gz"
|
||||
MD5SUM="acb1e3801365f40981587476cfc373a2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-jsonschema traitlets"
|
||||
|
|
Loading…
Reference in New Issue