development/jupyter_core: Update for version 4.6.2.

This commit is contained in:
Benjamin Trigona-Harany 2020-02-12 13:19:13 -08:00 committed by Willy Sudiarto Raharjo
parent 89432dbc27
commit af63d08091
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for jupyter_core
# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=jupyter_core
VERSION=${VERSION:-4.6.1}
VERSION=${VERSION:-4.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter_core"
VERSION="4.6.1"
VERSION="4.6.2"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.6.1/jupyter_core-4.6.1.tar.gz"
MD5SUM="5a6d02d25c4c2c6914d991173e7ca8f9"
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.6.2/jupyter_core-4.6.2.tar.gz"
MD5SUM="5574cbee4bc0c71415cdef6846f1078d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"