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

Antonio Rojas arojas at gemini.archlinux.org
Fri Mar 11 15:15:43 UTC 2022


    Date: Friday, March 11, 2022 @ 15:15:43
  Author: arojas
Revision: 1148329

Update to 0.5.13

Modified:
  jupyter-nbclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-11 15:03:44 UTC (rev 1148328)
+++ PKGBUILD	2022-03-11 15:15:43 UTC (rev 1148329)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=jupyter-nbclient
-pkgver=0.5.12
+pkgver=0.5.13
 pkgrel=1
 pkgdesc="A tool for running Jupyter Notebooks in different execution contexts."
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python-nest-asyncio' 'python-traitlets' 'python-async_generator')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
 source=("https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('06f448e0c94565dbc8a950fc1b64945b')
+md5sums=('0c4a51ac28e8e9357f9fce3cef6cdc12')
 
 build() {
   cd nbclient-$pkgver



More information about the arch-commits mailing list