mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/jupyter-nbformat: Update for 5.7.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3eb3419068
commit
9b9cc8094b
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jupyter-nbformat
|
||||
VERSION=${VERSION:-5.6.1}
|
||||
VERSION=${VERSION:-5.7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter-nbformat"
|
||||
VERSION="5.6.1"
|
||||
VERSION="5.7.0"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.6.1.tar.gz"
|
||||
MD5SUM="9e8a4e7bf974415f09b59557d7730e99"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.7.0.tar.gz"
|
||||
MD5SUM="5e11cc3240d4b1410610786309cc6076"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-jsonschema python3-fastjsonschema jupyter_core python3-hatch-nodejs-version"
|
||||
|
|
Loading…
Reference in a new issue