diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2019-02-16 13:56:44 +0000 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-02-16 17:03:51 +0200 |
commit | 211fbc33e95af3ff23500f48988ef891d69b9261 (patch) | |
tree | 8756f4c56f96b611de555b8cbaf510dd8eece416 /testing/py-astral | |
parent | 8bd33bd4e51b36063d4d58fc061fa0ae29817dd8 (diff) | |
download | aports-211fbc33e95af3ff23500f48988ef891d69b9261.tar.bz2 aports-211fbc33e95af3ff23500f48988ef891d69b9261.tar.xz |
testing/py-astral: upgrade to 1.10.1
Diffstat (limited to 'testing/py-astral')
-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 6d4436d102..1303f1af24 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.9.2 +pkgver=1.10.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="1462f6fc79f2d57e77e08b2e38623b1f3e79864e765fb5a7dc7db6b31823c8861385ee313b7d3145f6fb8f4c610dab46d67b08676988f11ed8df48272b893af4 astral-1.9.2.tar.gz" +sha512sums="f76e6297ecb51d8ec536018ad633e96b645cca779d1a67af5c71dcffef23bc73c1ad0543b2a7b1faeb10e5777b4afb68bc2c0f589b34e44a09c168adf4b72e15 astral-1.10.1.tar.gz" |