diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-01 15:03:32 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-01 17:07:00 +0100 |
commit | 515136e8f3f45cb4114995fa46942eb59da70a47 (patch) | |
tree | 0d0561ca4fecfb7fb0fee3ca8127e70cd8f20d37 | |
parent | 9c8d72084484a33a30c99992801728275dd3c0f9 (diff) | |
download | aports-515136e8f3f45cb4114995fa46942eb59da70a47.tar.bz2 aports-515136e8f3f45cb4114995fa46942eb59da70a47.tar.xz |
community/py3-hypothesis: upgrade to 4.50.3
-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 ecd9494b19..0d2310870b 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.2 +pkgver=4.50.3 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="cd8a0f62caab16544abf923a43c411dea8abf1e0ed5e8ce18cf574959bbc20c31245b3022def80b0a08f234933cbc354804308942cb575a652a6b36814b58c59 py-hypothesis-4.50.2.tar.gz" +sha512sums="fbf4b5ca052ca6e3fc647b2b48c3f91d6aa6eba630abfe44c545d1d618834875ed8fe87b49daccc0780478bc259b790178640072e509e8dacbac9bc4b20d99fa py-hypothesis-4.50.3.tar.gz" |