mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/jupyter-qtconsole: Updated for version 4.4.2.
This commit is contained in:
parent
7e5011809f
commit
b4d71c50ae
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=qtconsole
|
||||
PRGNAM=jupyter-$SRCNAM
|
||||
VERSION=${VERSION:-4.4.0}
|
||||
VERSION=${VERSION:-4.4.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter-qtconsole"
|
||||
VERSION="4.4.0"
|
||||
VERSION="4.4.2"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://github.com/jupyter/qtconsole/archive/4.4.0/qtconsole-4.4.0.tar.gz"
|
||||
MD5SUM="cec2200c8c6edba2ecfaae3ec3edad91"
|
||||
DOWNLOAD="https://github.com/jupyter/qtconsole/archive/4.4.2/qtconsole-4.4.2.tar.gz"
|
||||
MD5SUM="469fb49e0f4b1decab439e30a7e18022"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jupyter-ipykernel"
|
||||
|
|
Loading…
Reference in a new issue