Date: Thursday, October 6, 2022 @ 19:56:55
  Author: arojas
Revision: 1322922

upgpkg: jupyter-nbclient 0.7.0-1: Update to 0.7.0

Modified:
  jupyter-nbclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-06 19:56:54 UTC (rev 1322921)
+++ PKGBUILD    2022-10-06 19:56:55 UTC (rev 1322922)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen <[email protected]>
 
 pkgname=jupyter-nbclient
-pkgver=0.6.8
+pkgver=0.7.0
 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=('44d6c525407ebb44b18e83eaa2e1721486b936fe6908ec8b0159690c5a337db2')
+sha256sums=('e292146d8af8fd186072a6e8650b6d8672f4cd90927a8e7b5ccbb28c20f68a61')
 
 build() {
   cd nbclient-$pkgver

Reply via email to