[arch-commits] Commit in jupyter-nbclient/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue May 3 13:42:20 UTC 2022


    Date: Tuesday, May 3, 2022 @ 13:42:18
  Author: arojas
Revision: 1192397

Update to 0.6.2

Modified:
  jupyter-nbclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-03 12:47:32 UTC (rev 1192396)
+++ PKGBUILD	2022-05-03 13:42:18 UTC (rev 1192397)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=jupyter-nbclient
-pkgver=0.6.0
+pkgver=0.6.2	
 pkgrel=1
 pkgdesc="A tool for running Jupyter Notebooks in different execution contexts."
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
 checkdepends=('python-pytest-asyncio' 'python-xmltodict' 'jupyter-nbconvert' 'python-ipywidgets')
 source=("https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('7f7d20fa6070ab87e3725d2c63f50e481e11240855f2522beb5be9acf5b01865')
+sha256sums=('39226706086f28cf7f31091114dd87432c1e989453d0619f0149deead3bd785a')
 
 build() {
   cd nbclient-$pkgver



More information about the arch-commits mailing list