mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python3-jupyter-ipykernel: Updated for version 5.1.1.
This commit is contained in:
parent
b7ac4424fc
commit
fbf65eca7f
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python3-jupyter-ipykernel
|
||||
|
||||
# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=ipykernel
|
||||
PRGNAM=python3-jupyter-$SRCNAM
|
||||
VERSION=${VERSION:-5.1.0}
|
||||
VERSION=${VERSION:-5.1.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-jupyter-ipykernel"
|
||||
VERSION="5.1.0"
|
||||
VERSION="5.1.1"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-5.1.0.tar.gz"
|
||||
MD5SUM="3202ee70ed3d1a3b7ac9d2cff405fe5b"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-5.1.1.tar.gz"
|
||||
MD5SUM="f9a01a103537f25487d8de3ad27334ef"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-ipython python3-jupyter_client python3-tornado"
|
||||
|
|
Loading…
Reference in a new issue