development/jupyter_client: Updated for version 5.2.1.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2018-01-03 23:33:24 -08:00 committed by Willy Sudiarto Raharjo
parent ba7ac136a5
commit 9342fcdd27
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter_client"
VERSION="5.2.0"
VERSION="5.2.1"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.2.0/jupyter_client-5.2.0.tar.gz"
MD5SUM="a9fd71f69c08cc877cf780a93b154569"
DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.2.1/jupyter_client-5.2.1.tar.gz"
MD5SUM="158fd7dbc6dfdad31d37bdc029640f20"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator jupyter_core python-dateutil pyzmq traitlets"