diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-25 18:19:15 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-25 18:19:15 +0100 |
commit | 59ba625be4e61a25b3bef9e1b0dc107c174e7540 (patch) | |
tree | 0da6cbeeff731c238ba81c4c6b7dd7e097e93461 /community/py3-hypothesis | |
parent | 0705a21c5dc4aa75b08765e71cff63984ad7842b (diff) | |
download | aports-59ba625be4e61a25b3bef9e1b0dc107c174e7540.tar.bz2 aports-59ba625be4e61a25b3bef9e1b0dc107c174e7540.tar.xz |
community/py3-hypothesis: upgrade to 4.47.2
Diffstat (limited to 'community/py3-hypothesis')
-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 3679a02586..01b2fb262e 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=4.47.1 +pkgver=4.47.2 pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" url="https://hypothesis.works/" @@ -40,4 +40,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="e3de34822b018a3d7ef474a90eff6b74ce3f214e374cadec34af80b8bdea90bcbc4f8e3de6cac9218729d99e8ffa12dd8216a53078801ba45b76552fac2a6c35 py-hypothesis-4.47.1.tar.gz" +sha512sums="9618aff13aee73b9892d7c343003b33e2cfbc753f96f29add739561483eebbdf27d0f0f2ff2f2f6f0c5c87f3a464a456a0b394c122da0b9bd5e788dcd9eb1c21 py-hypothesis-4.47.2.tar.gz" |