mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-jupyter_core: Updated for version 4.3.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
6dc714d20c
commit
3fc5665533
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=jupyter_core
|
||||
PRGNAM=python3-$SRCNAM
|
||||
VERSION=${VERSION:-4.2.1}
|
||||
VERSION=${VERSION:-4.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-jupyter_core"
|
||||
VERSION="4.2.1"
|
||||
VERSION="4.3.0"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.2.1/jupyter_core-4.2.1.tar.gz"
|
||||
MD5SUM="ca0fd9a9e84daee852c47e3e0d0a13a0"
|
||||
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.3.0/jupyter_core-4.3.0.tar.gz"
|
||||
MD5SUM="5b2c8d6b8d5f1c8d45169775dd2a9049"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3"
|
||||
|
|
Loading…
Reference in a new issue