mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/jupyter-notebook: Update for 6.4.12
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1546f2ccf2
commit
ddb2e691fa
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jupyter-notebook
|
||||
VERSION=${VERSION:-6.4.11}
|
||||
VERSION=${VERSION:-6.4.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter-notebook"
|
||||
VERSION="6.4.11"
|
||||
VERSION="6.4.12"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-6.4.11.tar.gz"
|
||||
MD5SUM="d422490d81da301830a07065d3e1f8c9"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-6.4.12.tar.gz"
|
||||
MD5SUM="90a5b998e496ed4c18975d3a42960df0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="argon2-cffi jupyter-ipykernel jupyter-nbconvert python-prometheus_client send2trash terminado"
|
||||
|
|
Loading…
Reference in a new issue