diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2019-02-01 10:25:29 +0000 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-02-01 17:37:44 +0200 |
commit | 3b8862f43769dce25af29e89fdeb2ec8ecf081a8 (patch) | |
tree | b4812ba272292f0bad7707c4ea4dc019a344604a /testing/py-astral | |
parent | 645669652fb73fd71bd132e754bfcbd3984e3813 (diff) | |
download | aports-3b8862f43769dce25af29e89fdeb2ec8ecf081a8.tar.bz2 aports-3b8862f43769dce25af29e89fdeb2ec8ecf081a8.tar.xz |
testing/py-astral: upgrade to 1.9.2
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 158cf9bca2..6d4436d102 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.1 +pkgver=1.9.2 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="0dc17413da3ca7ff0ab4d60a7b0d9a015a66ae10e8491fa92a4a413ce117c4635fd3c99f80731c3d22a00022b0379d0b0d55365e29d45eaeb7dd73eaf518840f astral-1.9.1.tar.gz" +sha512sums="1462f6fc79f2d57e77e08b2e38623b1f3e79864e765fb5a7dc7db6b31823c8861385ee313b7d3145f6fb8f4c610dab46d67b08676988f11ed8df48272b893af4 astral-1.9.2.tar.gz" |