From c7a8da5fc0f7df16428945c892d69c22834fe0bf Mon Sep 17 00:00:00 2001 From: Leo <thinkabit.ukim@gmail.com> Date: Mon, 20 Sep 2021 00:38:00 -0300 Subject: [PATCH] community/py3-rich: upgrade to 10.10.0 --- community/py3-rich/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py3-rich/APKBUILD b/community/py3-rich/APKBUILD index 8e2d5cf7faec..54960547456c 100644 --- a/community/py3-rich/APKBUILD +++ b/community/py3-rich/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=py3-rich _pkgname=rich -pkgver=10.9.0 +pkgver=10.10.0 pkgrel=0 pkgdesc="Python library for rich text formatting and terminal formatting" url="https://rich.readthedocs.io/en/latest/" @@ -32,5 +32,5 @@ package() { } sha512sums=" -8154994c1f21c7cbcd9ec03da4b0f22bf84c1ff380bddcf8c7f00d07fcfc8794da4160d2d68064d0664309bd1075ca593ebbf9e5c5f4fe6ad26a10460736fb02 py3-rich-10.9.0.tar.gz +8b9f1348b0f55db90c17042a83e8317d4f00b5446a77334a12379676ef1fe526f40dc92425e4bafce22ee5f65bcb2fae2422b903c6f958feb5734c254813826e py3-rich-10.10.0.tar.gz " -- GitLab