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

Antonio Rojas arojas at gemini.archlinux.org
Mon Feb 7 17:56:34 UTC 2022


    Date: Monday, February 7, 2022 @ 17:56:33
  Author: arojas
Revision: 1128487

Update to 6.9.0

Modified:
  python-ipykernel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-07 17:55:15 UTC (rev 1128486)
+++ PKGBUILD	2022-02-07 17:56:33 UTC (rev 1128487)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=python-ipykernel
-pkgver=6.8.0
+pkgver=6.9.0
 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=('9b39550902e81e7f14fcd1a1d8ff0927')
+md5sums=('b9b074c0e28b4dafd8ea01ad03dbf872')
 
 # dep cycle with python-jupyter_client
 



More information about the arch-commits mailing list