mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
development/jupyter_core: Update for 4.11.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1faf4e560b
commit
97ec6faf9c
2 changed files with 5 additions and 5 deletions
|
@ -26,8 +26,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jupyter_core
|
||||
VERSION=${VERSION:-4.11.1}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-4.11.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter_core"
|
||||
VERSION="4.11.1"
|
||||
VERSION="4.11.2"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.11.1/jupyter_core-4.11.1.tar.gz"
|
||||
MD5SUM="215d4a5171e12da232c719219be141e2"
|
||||
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.11.2/jupyter_core-4.11.2.tar.gz"
|
||||
MD5SUM="fb0d8b7ae857a5ac66fb6ecec438637c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="traitlets python3-hatchling"
|
||||
|
|
Loading…
Reference in a new issue