diff options
-rw-r--r-- | testing/py-astral/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-astral/APKBUILD b/testing/py-astral/APKBUILD index ae63509c63..158cf9bca2 100644 --- a/testing/py-astral/APKBUILD +++ b/testing/py-astral/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-astral _pkgname=astral -pkgver=1.8 +pkgver=1.9.1 pkgrel=0 pkgdesc="Calculations for the position of the sun and moon" url="https://pypi.python.org/pypi/astral/" @@ -53,4 +53,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="d411e9a4e29cb35d9906026b1b2c092a0745210809da22f80f9a69ed01ba5d8b75e43985c41a34711bf48414ac8f405ecd36a288f3aa63dbb79e22f7705c0172 astral-1.8.tar.gz" +sha512sums="0dc17413da3ca7ff0ab4d60a7b0d9a015a66ae10e8491fa92a4a413ce117c4635fd3c99f80731c3d22a00022b0379d0b0d55365e29d45eaeb7dd73eaf518840f astral-1.9.1.tar.gz" |