development/jupyter_core: Updated for version 4.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
20be20cc6c
commit
b39629877f
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for jupyter_core
|
||||
|
||||
# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=jupyter_core
|
||||
VERSION=${VERSION:-4.6.3}
|
||||
VERSION=${VERSION:-4.7.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter_core"
|
||||
VERSION="4.6.3"
|
||||
VERSION="4.7.1"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.6.3/jupyter_core-4.6.3.tar.gz"
|
||||
MD5SUM="29a4969de5c6a79d35d4ad2857489268"
|
||||
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.7.1/jupyter_core-4.7.1.tar.gz"
|
||||
MD5SUM="5e3cb162ae51f2057031961329300839"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3"
|
||||
|
|
Loading…
Reference in New Issue