diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2019-01-26 13:20:06 +0000 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-01-26 23:52:47 +0200 |
commit | db9db889c088962ebc0c4ae2fa1085d7482c410d (patch) | |
tree | bd54e50e6ab3b6a1505be7ae882e04e9ab09124b /testing/py-astral | |
parent | 5609c27c3ded1c01205d8b1bf122aed5ed3528d1 (diff) | |
download | aports-db9db889c088962ebc0c4ae2fa1085d7482c410d.tar.bz2 aports-db9db889c088962ebc0c4ae2fa1085d7482c410d.tar.xz |
testing/py-astral: upgrade to 1.8
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 bb67c14a73..ae63509c63 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.7.1 +pkgver=1.8 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="151bcc76e6cc3a84cf0e894f57c7c0c02464f6ad93aa3c1adc88064f7e781ed5e7ec0473f616700b504f756c78800b02817d79f1c216733e474242ea9af1e45f astral-1.7.1.tar.gz" +sha512sums="d411e9a4e29cb35d9906026b1b2c092a0745210809da22f80f9a69ed01ba5d8b75e43985c41a34711bf48414ac8f405ecd36a288f3aa63dbb79e22f7705c0172 astral-1.8.tar.gz" |