diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-05 15:48:24 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-05 15:48:24 +0100 |
commit | 2c94869ee6007356b0a5c144ec107f1439929d53 (patch) | |
tree | 28112ec1bc1ec713dea4584f18d052585ef17e8d /community/py3-hypothesis/APKBUILD | |
parent | 3c90960be146b60bd25af0c35d5ce71d98211546 (diff) | |
download | aports-2c94869ee6007356b0a5c144ec107f1439929d53.tar.bz2 aports-2c94869ee6007356b0a5c144ec107f1439929d53.tar.xz |
community/py3-hypothesis: upgrade to 4.50.7
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 0c91cf7a15..c126500dd9 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.50.6 +pkgver=4.50.7 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="6fad54c323373cd868e3d3a87470659fcb20d1d462cf3c034b23938b91d2c75802e4a69164e19e0dd60b850dfe450f12228f6c078db7ffa9926710bd35f683ae py-hypothesis-4.50.6.tar.gz" +sha512sums="fe127bb568657b2c024c98ccfcddf7cac023327daf355d8576b44ef3f8a69412c3c79ed3606ce9ffa3ee41665791c0f6ed8c37371446c8b18d7e6888d2a927f2 py-hypothesis-4.50.7.tar.gz" |