diff options
author | psykose <alice@ayaya.dev> | 2023-03-26 14:01:07 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2023-03-26 16:01:07 +0200 |
commit | 96881a8ee62343a671d97257d5fc09ecd39b53dd (patch) | |
tree | bd8c5f6539f1c4347230eb9a23c325df0b253eb2 | |
parent | d5f4de082dfaa015bd17d53ff83cdf55ecedf723 (diff) | |
download | aports-96881a8ee62343a671d97257d5fc09ecd39b53dd.tar.gz aports-96881a8ee62343a671d97257d5fc09ecd39b53dd.tar.bz2 aports-96881a8ee62343a671d97257d5fc09ecd39b53dd.tar.xz |
community/py3-astroid: upgrade to 2.15.1
-rw-r--r-- | community/py3-astroid/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-astroid/APKBUILD b/community/py3-astroid/APKBUILD index 3bb5a5b139c..7c5749f5f4b 100644 --- a/community/py3-astroid/APKBUILD +++ b/community/py3-astroid/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-astroid -pkgver=2.15.0 +pkgver=2.15.1 pkgrel=0 pkgdesc="A new abstract syntax tree from Python's ast" url="https://pylint.pycqa.org/projects/astroid/en/latest/" @@ -35,5 +35,5 @@ package() { } sha512sums=" -7ec121b3c7d60e2d48f738fbc4eeae3e32c7135a77fb778db9479d730a757818f549d8bd35facdd67d411d777d57ec620a2448de1f4da23754863cae18717bce py3-astroid-2.15.0.tar.gz +26f85aff9de08d4b413c40951f2aefd2c19304c077b502774b253e3fcced42173bc7e996fac82b3462c6915625ff48fd80dd1ab5e3425aefa103347f821f7df4 py3-astroid-2.15.1.tar.gz " |