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

Antonio Rojas arojas at gemini.archlinux.org
Mon Feb 14 20:36:28 UTC 2022


    Date: Monday, February 14, 2022 @ 20:36:28
  Author: arojas
Revision: 1133250

Update to 0.5.11

Modified:
  jupyter-nbclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-14 20:35:09 UTC (rev 1133249)
+++ PKGBUILD	2022-02-14 20:36:28 UTC (rev 1133250)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=jupyter-nbclient
-pkgver=0.5.10
+pkgver=0.5.11
 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-setuptools')
 source=("https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('fef9d9b971dc2e60883af8e0ce58c6aa')
+md5sums=('d6f64db4fd8ec8588563a49fa7d5983f')
 
 package() {
   cd "$srcdir/nbclient-$pkgver"



More information about the arch-commits mailing list