development/jupyter_core: Updated for version 5.1.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d02ce38b3f
commit
d0a5855ff0
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jupyter_core
|
||||
VERSION=${VERSION:-5.1.2}
|
||||
VERSION=${VERSION:-5.1.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter_core"
|
||||
VERSION="5.1.2"
|
||||
VERSION="5.1.3"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/v5.1.2/jupyter_core-5.1.2.tar.gz"
|
||||
MD5SUM="b23daf9b423e4f4110f83750f1e71002"
|
||||
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/v5.1.3/jupyter_core-5.1.3.tar.gz"
|
||||
MD5SUM="f371ec9e51378acaac71762e5c66bd4e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="traitlets python3-platformdirs python3-hatchling"
|
||||
|
|
Loading…
Reference in New Issue