development/jupyter_core: Update for version 4.6.0.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
Benjamin Trigona-Harany 2019-10-08 10:53:55 -07:00 committed by Willy Sudiarto Raharjo
parent e80c63e308
commit 5104369066
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=jupyter_core
VERSION=${VERSION:-4.5.0}
VERSION=${VERSION:-4.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter_core"
VERSION="4.5.0"
VERSION="4.6.0"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.5.0/jupyter_core-4.5.0.tar.gz"
MD5SUM="e7e4037f0ffe135c807bff371bff8f9c"
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/4.6.0/jupyter_core-4.6.0.tar.gz"
MD5SUM="b86b19c993707378e96aca57935ba180"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"