development/jupyter_events: Update for 0.6.3

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2023-01-14 12:55:44 -08:00 committed by Willy Sudiarto Raharjo
parent da3fe88909
commit f6bb3eaebf
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"