[arch-commits] Commit in python-ipykernel/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Feb 15 19:22:21 UTC 2022


    Date: Tuesday, February 15, 2022 @ 19:22:20
  Author: arojas
Revision: 1133378

Update to 6.9.1

Modified:
  python-ipykernel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-15 19:06:22 UTC (rev 1133377)
+++ PKGBUILD	2022-02-15 19:22:20 UTC (rev 1133378)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=python-ipykernel
-pkgver=6.9.0
+pkgver=6.9.1
 pkgrel=1
 pkgdesc="The ipython kernel for Jupyter"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'ipython' 'python-jupyter_client')
 checkdepends=('python-pytest' 'python-mock' 'python-flaky')
 source=("ipykernel-$pkgver.tgz::https://github.com/ipython/ipykernel/archive/v$pkgver.tar.gz")
-md5sums=('b9b074c0e28b4dafd8ea01ad03dbf872')
+md5sums=('d119d94089065b8a4ce16f924834c905')
 
 # dep cycle with python-jupyter_client
 



More information about the arch-commits mailing list