diff options
-rw-r--r-- | testing/py3-arrow/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-arrow/APKBUILD b/testing/py3-arrow/APKBUILD index bd07ab861e..59f5e7959a 100644 --- a/testing/py3-arrow/APKBUILD +++ b/testing/py3-arrow/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-arrow _pkgname=arrow -pkgver=0.10.0 -pkgrel=3 +pkgver=0.14.2 +pkgrel=0 pkgdesc="Python3 library to create and manipulate dates, times, and timestamps" url="https://arrow.readthedocs.io/" arch="noarch" @@ -24,4 +24,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="a2baa23f1424b21506f3b664f0ef02d09f91b9cfaf6e0badfa544f42c750ed51136ae0e8910ac24207c0265a1b233f10a6f3cbafee3124b5f5c4fd965cfd01c0 arrow-0.10.0.tar.gz" +sha512sums="68c28e363de180f606e874076a9107b5214d8973e4bb9cdab639c5e30efe29e69cf97ca4aa1372f8da116dc3a518f2e4f8bc00807d64091ac922122288cfd31b arrow-0.14.2.tar.gz" |