diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-14 22:29:36 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-15 01:39:46 +0000 |
commit | 783023d4a0e2a6bd83901c5f3b9a30d7063d062b (patch) | |
tree | 03a128d0008a2a9e97df171f78aa31eb50a71de7 /community/py3-hypothesis/APKBUILD | |
parent | 8e3b596c2553fc73aa9064fe3376c099b9c4778a (diff) | |
download | aports-783023d4a0e2a6bd83901c5f3b9a30d7063d062b.tar.bz2 aports-783023d4a0e2a6bd83901c5f3b9a30d7063d062b.tar.xz |
community/py3-hypothesis: upgrade to 5.8.4
Diffstat (limited to 'community/py3-hypothesis/APKBUILD')
-rw-r--r-- | community/py3-hypothesis/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-hypothesis/APKBUILD b/community/py3-hypothesis/APKBUILD index 81e50e2308..b476ffb81b 100644 --- a/community/py3-hypothesis/APKBUILD +++ b/community/py3-hypothesis/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Drew DeVault <sir@cmpwn.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-hypothesis -pkgver=5.8.3 +pkgver=5.8.4 pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" options="!check" @@ -35,4 +35,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="60a3b239d13058e5bf5fe06128d9f5a7adb1350e1468186cc71198e37fe25340449d2838699af1ecf3bd958123081064353eef7c251fbeb892708d835abcaa0d py-hypothesis-5.8.3.tar.gz" +sha512sums="57ad7865f395268c4e1d6d7e63ad730d2639fd5e7d12510034651949e754007dc6b88f55d77632763dfd5051f187d3d180c1c7462e03efd7eda9855dcc567a97 py-hypothesis-5.8.4.tar.gz" |