extra/jupyterlab to 4.1.5-1

This commit is contained in:
Kevin Mihelich 2024-03-15 14:11:40 +00:00
parent 7bcac6ee8a
commit de224abe80
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = jupyterlab
pkgdesc = JupyterLab computational environment
pkgver = 4.1.4
pkgver = 4.1.5
pkgrel = 1
url = https://github.com/jupyterlab/jupyterlab
arch = any
@ -27,7 +27,7 @@ pkgbase = jupyterlab
optdepends = jupyter-collaboration: collaborative mode
optdepends = jupyterlab-widgets: ipywidgets support
optdepends = npm: to install extensions
source = https://pypi.io/packages/source/j/jupyterlab/jupyterlab-4.1.4.tar.gz
sha256sums = e03c82c124ad8a0892e498b9dde79c50868b2c267819aca3f55ce47c57ebeb1d
source = https://pypi.io/packages/source/j/jupyterlab/jupyterlab-4.1.5.tar.gz
sha256sums = c9ad75290cb10bfaff3624bf3fbb852319b4cce4c456613f8ebbaa98d03524db
pkgname = jupyterlab

View file

@ -5,7 +5,7 @@
pkgname=jupyterlab
_pipname=jupyterlab
pkgver=4.1.4
pkgver=4.1.5
pkgrel=1
pkgdesc='JupyterLab computational environment'
arch=(any)
@ -34,7 +34,7 @@ checkdepends=(npm
python-pytest-jupyter
python-pytest-tornasync)
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
sha256sums=('e03c82c124ad8a0892e498b9dde79c50868b2c267819aca3f55ce47c57ebeb1d')
sha256sums=('c9ad75290cb10bfaff3624bf3fbb852319b4cce4c456613f8ebbaa98d03524db')
build() {
cd $pkgname-$pkgver