mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
development/jupyter_client: Updated for version 5.2.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
ba7ac136a5
commit
9342fcdd27
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=jupyter_client
|
||||
VERSION=${VERSION:-5.2.0}
|
||||
VERSION=${VERSION:-5.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter_client"
|
||||
VERSION="5.2.0"
|
||||
VERSION="5.2.1"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.2.0/jupyter_client-5.2.0.tar.gz"
|
||||
MD5SUM="a9fd71f69c08cc877cf780a93b154569"
|
||||
DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.2.1/jupyter_client-5.2.1.tar.gz"
|
||||
MD5SUM="158fd7dbc6dfdad31d37bdc029640f20"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="decorator jupyter_core python-dateutil pyzmq traitlets"
|
||||
|
|
Loading…
Reference in a new issue