python-jupyter_ipywidgets: update to 7.2.0.
This commit is contained in:
parent
7644382230
commit
a725c16b3d
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python-jupyter_ipywidgets'
|
# Template file for 'python-jupyter_ipywidgets'
|
||||||
pkgname=python-jupyter_ipywidgets
|
pkgname=python-jupyter_ipywidgets
|
||||||
version=7.1.2
|
version=7.2.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
_widgetsnbextver=3.1.0
|
_widgetsnbextver=3.2.0
|
||||||
wrksrc="ipywidgets-${version}"
|
wrksrc="ipywidgets-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="ipywidgets"
|
pycompile_module="ipywidgets"
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/jupyter-widgets/ipywidgets"
|
homepage="https://github.com/jupyter-widgets/ipywidgets"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz"
|
||||||
checksum=4263ce721a1e5b53a84c4595a5e296d270ae0dc534401b536f4dda64e0b0ca02
|
checksum=f23aac2447f593dbdc89a86833a2d59666ed44af42b23c267de380c324599507
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING.md LICENSE
|
vlicense COPYING.md LICENSE
|
||||||
|
|
Loading…
Reference in a new issue