mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/python3-jupyter-ipykernel: Updated for version 5.1.2.
This commit is contained in:
parent
6a656a9529
commit
2332a513c3
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=ipykernel
|
||||
PRGNAM=python3-jupyter-$SRCNAM
|
||||
VERSION=${VERSION:-5.1.1}
|
||||
VERSION=${VERSION:-5.1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-jupyter-ipykernel"
|
||||
VERSION="5.1.1"
|
||||
VERSION="5.1.2"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-5.1.1.tar.gz"
|
||||
MD5SUM="f9a01a103537f25487d8de3ad27334ef"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-5.1.2.tar.gz"
|
||||
MD5SUM="b7943e64cede2e160295500a38335442"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-ipython jupyter_client python3-tornado"
|
||||
|
|
Loading…
Reference in a new issue