python/python3-jupyter-ipykernel: Updated for version 5.1.2.

This commit is contained in:
Benjamin Trigona-Harany 2019-08-09 16:10:22 -07:00 committed by Willy Sudiarto Raharjo
parent 6a656a9529
commit 2332a513c3
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
SRCNAM=ipykernel
PRGNAM=python3-jupyter-$SRCNAM
VERSION=${VERSION:-5.1.1}
VERSION=${VERSION:-5.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-jupyter-ipykernel"
VERSION="5.1.1"
VERSION="5.1.2"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-5.1.1.tar.gz"
MD5SUM="f9a01a103537f25487d8de3ad27334ef"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-5.1.2.tar.gz"
MD5SUM="b7943e64cede2e160295500a38335442"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-ipython jupyter_client python3-tornado"