diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-27 21:00:39 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-27 21:32:08 +0100 |
commit | a2313da0b6b3062cd9f5db6702a2dd827f26d67c (patch) | |
tree | 528650af0293ef31104315567c5d5b2d666dcc8f | |
parent | 1c092dff7c0d883a65f0ebc7deecb79b4fa73c7c (diff) | |
download | aports-a2313da0b6b3062cd9f5db6702a2dd827f26d67c.zip |
community/py3-hypothesis: upgrade to 5.3.1
-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 045e7839521..466335ba3ca 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.3.0 +pkgver=5.3.1 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="d622c6754e6162120e7bdc17f482d64e917042499179668744b26e09ba355d94681b2e1029d786c38af19c4193c41eb5fe3e4a7ecc322acd1895b8f90d2b1f95 py-hypothesis-5.3.0.tar.gz" +sha512sums="362ea4877dacd91c35f4e7ba60cf9ab9db8bca3c78b4ae38a7cebf314055d548fc8f9590836aaee3b38f573056d02deb2926f7963d31030a0ec31f9da684a113 py-hypothesis-5.3.1.tar.gz" |