development/jupyter_core: Update for version 4.5.0.
This commit is contained in:
parent
2944342c31
commit
4e563f150b
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=jupyter_core
|
||||
VERSION=${VERSION:-4.4.0}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-4.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter_core"
|
||||
VERSION="4.4.0"
|
||||
VERSION="4.5.0"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.4.0/jupyter_core-4.4.0.tar.gz"
|
||||
MD5SUM="f2bdb8be2959d3043b77508dd6498687"
|
||||
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.5.0/jupyter_core-4.5.0.tar.gz"
|
||||
MD5SUM="e7e4037f0ffe135c807bff371bff8f9c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3"
|
||||
|
|
Loading…
Reference in New Issue