development/jupyter-widgetsnbextension: Upgraded for version 3.2.1.
This commit is contained in:
parent
4a90ff89b8
commit
00fef7da54
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue