jupyterlab: update to 3.2.8
This commit is contained in:
parent
fe12c975f9
commit
4883352fd2
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'jupyterlab'
|
||||
pkgname=jupyterlab
|
||||
version=3.2.4
|
||||
version=3.2.8
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-jupyterlab_server nodejs python3-nbclassic python3-requests-unixsocket
|
||||
python3-jupyter_ipywidgets"
|
||||
depends="python3-jupyterlab_server nodejs python3-nbclassic
|
||||
python3-requests-unixsocket python3-jupyter_ipywidgets"
|
||||
short_desc="JupyterLab computational environment"
|
||||
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
||||
license="custom:jupyterlab"
|
||||
homepage="https://jupyter.org"
|
||||
distfiles="${PYPI_SITE}/j/jupyterlab/jupyterlab-${version}.tar.gz"
|
||||
checksum=f692e0d95338d60f72dde660f16f3955a087775c59ec541ddb25952e3f97e9b1
|
||||
checksum=5e4e99868c4f385372686767781408acbb9004b690b198b45597ba869802334b
|
||||
# Tests require unpackaged dependencies
|
||||
make_check=no
|
||||
|
||||
|
|
Loading…
Reference in a new issue