Date: Monday, January 24, 2022 @ 18:28:44
  Author: arojas
Revision: 1114854

Update to 5.1.1

Modified:
  python-traitlets/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-01-24 16:23:52 UTC (rev 1114853)
+++ PKGBUILD    2022-01-24 18:28:44 UTC (rev 1114854)
@@ -1,8 +1,8 @@
 # Maintainer: Kyle Keen <[email protected]>
 
 pkgname=python-traitlets
-pkgver=5.1.0
-pkgrel=3
+pkgver=5.1.1
+pkgrel=1
 pkgdesc="A configuration system for Python applications."
 arch=('any')
 url="https://traitlets.readthedocs.io/en/stable/";
@@ -12,7 +12,7 @@
 
 
source=("https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-$pkgver.tar.gz";
         
"https://pypi.python.org/packages/source/i/ipython_genutils/ipython_genutils-0.2.0.tar.gz";)
-md5sums=('19483ec0685e837912cff128209aa845'
+md5sums=('31f7fd84518fe08cb40ab18f6dde0d54'
          '5a4f9781f78466da0ea1a648f3e1f79f')
 
 # ipython_genutils does not deserve a package

Reply via email to