diff options
-rw-r--r-- | main/py3-tz/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py3-tz/APKBUILD b/main/py3-tz/APKBUILD index 8e972bcc578..1c38ea8c48e 100644 --- a/main/py3-tz/APKBUILD +++ b/main/py3-tz/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-tz _pkgname=pytz -pkgver=2020.4 +pkgver=2020.5 pkgrel=0 pkgdesc="Python3 definitions of world timezone" url="http://pytz.sourceforge.net/" @@ -29,4 +29,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="dcbe763bc6e48c52df855fe03a8109dc0656a0e851324c0468f4307e8aff60e577fe0c9f0b062319e90d2f639b96e98edf8346064705e244143386c863a0aa7c pytz-2020.4.tar.gz" +sha512sums="0845c0b7cefb8732e3016568b17ae73232fe6537bac6da89cb1bf911ba5786ee1be6b5e3aa8767225291e3a7e9afd5b8e40e4051671a3a006f9e2f71c551e13e pytz-2020.5.tar.gz" |