development/jupyter-widgetsnbextension: Upgraded for version 3.2.1.

This commit is contained in:
Benjamin Trigona-Harany 2018-06-26 08:58:59 -07:00 committed by Willy Sudiarto Raharjo
parent 4a90ff89b8
commit 00fef7da54
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-widgetsnbextension
# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
SRCNAM=widgetsnbextension
PRGNAM=jupyter-$SRCNAM
VERSION=${VERSION:-3.0.0}
VERSION=${VERSION:-3.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="jupyter-widgetsnbextension"
VERSION="3.0.0"
VERSION="3.2.1"
HOMEPAGE="https://github.com/ipython/ipywidgets"
DOWNLOAD="https://files.pythonhosted.org/packages/source/w/widgetsnbextension/widgetsnbextension-3.0.0.tar.gz"
MD5SUM="1da5d30d3b657ec5d7c4204b4b48adaa"
DOWNLOAD="https://files.pythonhosted.org/packages/source/w/widgetsnbextension/widgetsnbextension-3.2.1.tar.gz"
MD5SUM="2b87b1461738f10c0d476b2e2aa8099d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jupyter-notebook"