[arch-commits] Commit in jupyterlab-widgets/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Sep 1 06:41:12 UTC 2021


    Date: Wednesday, September 1, 2021 @ 06:41:12
  Author: arojas
Revision: 1010249

Update to 1.0.1

Modified:
  jupyterlab-widgets/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-01 06:35:34 UTC (rev 1010248)
+++ PKGBUILD	2021-09-01 06:41:12 UTC (rev 1010249)
@@ -2,16 +2,16 @@
 
 _pipname=jupyterlab_widgets
 pkgname=${_pipname/_/-}
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
-pkgdesc="JupyterLab extension to use ipywidgets"
+pkgdesc='JupyterLab extension to use ipywidgets'
 arch=(any)
-url="https://jupyter.org/"
+url='https://jupyter.org/'
 license=(custom)
 depends=(jupyterlab python-ipywidgets)
 makedepends=(python-setuptools python-jupyter_packaging)
 source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('5c1a29a84d3069208cb506b10609175b249b6486d6b1cbae8fcde2a11584fb78')
+sha256sums=('f94fb7fa1ddc8668e3f98d67a97cabe322e8d04b78b9eb988c7fde415d7a02df')
 
 build() {
   cd $_pipname-$pkgver



More information about the arch-commits mailing list