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

Kyle Keen kkeen at gemini.archlinux.org
Mon Oct 11 10:36:29 UTC 2021


    Date: Monday, October 11, 2021 @ 10:36:28
  Author: kkeen
Revision: 1029439

upgpkg: jupyter-nbclient 0.5.4-1

Modified:
  jupyter-nbclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-11 10:26:19 UTC (rev 1029438)
+++ PKGBUILD	2021-10-11 10:36:28 UTC (rev 1029439)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=jupyter-nbclient
-pkgver=0.5.3
+pkgver=0.5.4
 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=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbclient/archive/$pkgver.tar.gz")
-md5sums=('ef77dadbc371d07c4c8b04f579730299')
+md5sums=('53b526dffc2ccbde4f5070bc2e6f132f')
 
 package() {
   cd "$srcdir/nbclient-$pkgver"



More information about the arch-commits mailing list