mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-jupyter_client: Updated for version 5.2.0.
This commit is contained in:
parent
53e8eada72
commit
fde160405d
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=jupyter_client
|
||||
PRGNAM=python3-$SRCNAM
|
||||
VERSION=${VERSION:-5.1.0}
|
||||
VERSION=${VERSION:-5.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-jupyter_client"
|
||||
VERSION="5.1.0"
|
||||
VERSION="5.2.0"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.1.0/jupyter_client-5.1.0.tar.gz"
|
||||
MD5SUM="ee075f4c02f3b4d6bcd4284a6c81d015"
|
||||
DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.2.0/jupyter_client-5.2.0.tar.gz"
|
||||
MD5SUM="a9fd71f69c08cc877cf780a93b154569"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-dateutil python3-decorator python3-jupyter_core python3-pyzmq python3-traitlets"
|
||||
|
|
Loading…
Reference in a new issue