mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
development/jupyter_console: Updated for version 6.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
065094c5ff
commit
c6cd94de29
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=jupyter_console
|
||||
VERSION=${VERSION:-6.1.0}
|
||||
VERSION=${VERSION:-6.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter_console"
|
||||
VERSION="6.1.0"
|
||||
VERSION="6.2.0"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.1.0.tar.gz"
|
||||
MD5SUM="b4f162292cbeee24c0d1551f21c8de3a"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.2.0.tar.gz"
|
||||
MD5SUM="24600923a41fc33bf8b5db699dca3c69"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jupyter_client python3-jupyter-ipykernel"
|
||||
|
|
Loading…
Reference in a new issue