development/jupyter_console: Updated for version 6.4.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
92f08a0980
commit
c9413579a2
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jupyter_console
|
||||
VERSION=${VERSION:-6.4.3}
|
||||
VERSION=${VERSION:-6.4.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter_console"
|
||||
VERSION="6.4.3"
|
||||
VERSION="6.4.4"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.4.3.tar.gz"
|
||||
MD5SUM="8e1f80a23d264cb7edced8043aaa6fe0"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.4.4.tar.gz"
|
||||
MD5SUM="a5e0426e44738c96c0a63663cdc0cfb1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jupyter_client jupyter-ipykernel"
|
||||
|
|
Loading…
Reference in New Issue