diff options
author | Leo <thinkabit.ukim@gmail.com> | 2021-01-09 20:41:33 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-01-09 23:49:13 +0000 |
commit | 81f6011a392671f75dbe06a4bf022e1139b7b993 (patch) | |
tree | dd15c271952b54d3ab58ee4efb85fee0c41886d5 | |
parent | d59b6f6f58f07152f44eb2f9ff3e103669c9b32c (diff) | |
download | aports-81f6011a392671f75dbe06a4bf022e1139b7b993.tar.gz aports-81f6011a392671f75dbe06a4bf022e1139b7b993.tar.bz2 aports-81f6011a392671f75dbe06a4bf022e1139b7b993.tar.xz |
community/py3-pytools: upgrade to 2021.1
-rw-r--r-- | community/py3-pytools/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-pytools/APKBUILD b/community/py3-pytools/APKBUILD index d17c8ce4e0..a376dc773e 100644 --- a/community/py3-pytools/APKBUILD +++ b/community/py3-pytools/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-pytools -pkgver=2020.4.4 +pkgver=2021.1 pkgrel=0 pkgdesc="Collection of tools for Python3" url="https://github.com/inducer/pytools" @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="0a21a93858d441587d77dfe2ab0fa178d7ee952c8541e21c9b53f887c023cfada6721c582e3b7af7380c41006d04bd154b893d925adab51654dbf510e6f10aff py3-pytools-2020.4.4.tar.gz" +sha512sums="751249925dd55ed70406953a8241e61192606b57d06a0cb74b9c50299ec81bea5e150f35ffcc302fb6f06f898f360c0f4d1f49a17048ce9cbdec5ad525326b5c py3-pytools-2021.1.tar.gz" |