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

Antonio Rojas arojas at gemini.archlinux.org
Sun Oct 31 17:10:38 UTC 2021


    Date: Sunday, October 31, 2021 @ 17:10:38
  Author: arojas
Revision: 1035099

Update to 7.6.5

Modified:
  python-ipywidgets/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-31 17:10:04 UTC (rev 1035098)
+++ PKGBUILD	2021-10-31 17:10:38 UTC (rev 1035099)
@@ -1,8 +1,8 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=python-ipywidgets
-pkgver=7.6.3
-pkgrel=2
+pkgver=7.6.5
+pkgrel=1
 pkgdesc="IPython widgets for the Jupyter Notebook"
 arch=('any')
 url="https://github.com/ipython/ipywidgets"
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'npm' 'git')
 
 source=("$pkgname-$pkgver.tgz::https://github.com/ipython/ipywidgets/archive/$pkgver.tar.gz")
-md5sums=('1e5a40c50ca581f48ca732f820813ebc')
+md5sums=('cd931c16b33b275434f513bbd073cf2c')
 
 build() {
   cd "$srcdir/ipywidgets-$pkgver"



More information about the arch-commits mailing list