mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/jupyter_console: Updated for version 6.1.0.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
parent
e0dbe8f87d
commit
0984b2a4d2
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for jupyter_console
|
# Slackware build script for jupyter_console
|
||||||
|
|
||||||
# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
# Copyright 2017-2020 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
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=jupyter_console
|
PRGNAM=jupyter_console
|
||||||
VERSION=${VERSION:-6.0.0}
|
VERSION=${VERSION:-6.1.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="jupyter_console"
|
PRGNAM="jupyter_console"
|
||||||
VERSION="6.0.0"
|
VERSION="6.1.0"
|
||||||
HOMEPAGE="https://jupyter.org/"
|
HOMEPAGE="https://jupyter.org/"
|
||||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.0.0.tar.gz"
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.1.0.tar.gz"
|
||||||
MD5SUM="59bbd67721a7a5eb7361967af962cc4f"
|
MD5SUM="b4f162292cbeee24c0d1551f21c8de3a"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="jupyter_client python3-jupyter-ipykernel"
|
REQUIRES="jupyter_client python3-jupyter-ipykernel"
|
||||||
|
|
Loading…
Reference in a new issue