mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/jupyter-notebook: Updated for version 5.4.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
3d3397dfb3
commit
2d1259a9a2
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for jupyter-notebook
|
# Slackware build script for jupyter-notebook
|
||||||
|
|
||||||
# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
SRCNAM=notebook
|
SRCNAM=notebook
|
||||||
PRGNAM=jupyter-$SRCNAM
|
PRGNAM=jupyter-$SRCNAM
|
||||||
VERSION=${VERSION:-5.4.0}
|
VERSION=${VERSION:-5.4.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="jupyter-notebook"
|
PRGNAM="jupyter-notebook"
|
||||||
VERSION="5.4.0"
|
VERSION="5.4.1"
|
||||||
HOMEPAGE="https://jupyter.org/"
|
HOMEPAGE="https://jupyter.org/"
|
||||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.4.0.tar.gz"
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.4.1.tar.gz"
|
||||||
MD5SUM="71ee17cc512eb442ce6ddb3e394bd134"
|
MD5SUM="308c951c078a6d3c02b53e6e177aea23"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="Jinja2 jupyter_client jupyter-ipykernel jupyter-nbconvert singledispatch send2trash terminado"
|
REQUIRES="Jinja2 jupyter_client jupyter-ipykernel jupyter-nbconvert singledispatch send2trash terminado"
|
||||||
|
|
Loading…
Reference in a new issue