mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/jupyter_events: Update for 0.6.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
da3fe88909
commit
f6bb3eaebf
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jupyter_events
|
||||
VERSION=${VERSION:-0.6.2}
|
||||
VERSION=${VERSION:-0.6.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jupyter_events"
|
||||
VERSION="0.6.2"
|
||||
VERSION="0.6.3"
|
||||
HOMEPAGE="https://jupyter.org"
|
||||
DOWNLOAD="https://github.com/jupyter/jupyter_events/releases/download/v0.6.2/jupyter_events-0.6.2.tar.gz"
|
||||
MD5SUM="c0ee00fe6cdd85b2f66729f278faefc4"
|
||||
DOWNLOAD="https://github.com/jupyter/jupyter_events/releases/download/v0.6.3/jupyter_events-0.6.3.tar.gz"
|
||||
MD5SUM="dc0028bc8d686c07486592b9e098ecc6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-json-logger python3-jsonschema traitlets python3-hatchling python3-rfc3339_validator python3-rfc3986_validator"
|
||||
|
|
Loading…
Reference in a new issue