Date: Monday, February 13, 2023 @ 21:07:02
Author: arojas
Revision: 1400395
upgpkg: jupyter-console 6.5.1-1: Update to 6.5.1
Modified:
jupyter-console/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-13 21:05:47 UTC (rev 1400394)
+++ PKGBUILD 2023-02-13 21:07:02 UTC (rev 1400395)
@@ -3,7 +3,7 @@
_pyname=jupyter_console
pkgname=${_pyname/_/-}
-pkgver=6.5.0
+pkgver=6.5.1
pkgrel=1
pkgdesc='An IPython-like terminal frontend for Jupyter kernels in any language'
arch=(any)
@@ -16,7 +16,7 @@
provides=(jupyter_console)
replaces=(jupyter_console)
source=(https://pypi.python.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz)
-sha256sums=('67e68f1da16bc3f6f78ed846dd5543ec0679369f8504734f10bfd206faae39ea')
+sha256sums=('6b91b7b6e8a715053b536db209a2f4b02429d7b28db27373a56a26b0bebd620b')
build() {
cd $_pyname-$pkgver