jupyterlab-widgets: add v1.1.0 (#30161)

Co-authored-by: aandvalenzuela <andrea.valenzuela.ramirez@cern.ch>
This commit is contained in:
Andrea Valenzuela 2022-04-19 16:38:50 +02:00 committed by GitHub
parent 68d32f7fdc
commit afbbbf9921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ class PyJupyterlabWidgets(PythonPackage):
# https://github.com/jupyter-widgets/ipywidgets/issues/3324
url = "https://files.pythonhosted.org/packages/py3/j/jupyterlab_widgets/jupyterlab_widgets-1.0.2-py3-none-any.whl"
version('1.1.0', sha256='c2a9bd3789f120f64d73268c066ed3b000c56bc1dda217be5cdc43e7b4ebad3f', expand=False)
version('1.0.2', sha256='f5d9efface8ec62941173ba1cffb2edd0ecddc801c11ae2931e30b50492eb8f7', expand=False)
depends_on('python@3.6:', type=('build', 'run'))