development/jupyter_core: Update for version 4.5.0.

This commit is contained in:
Benjamin Trigona-Harany 2019-06-19 08:44:51 -07:00 committed by Willy Sudiarto Raharjo
parent 2944342c31
commit 4e563f150b
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=jupyter_core
VERSION=${VERSION:-4.4.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-4.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View file

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