diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-10 10:25:27 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-13 10:01:41 -0300 |
commit | 3edc03148ed01ea80e12fb2aa61bda95dd7e6d73 (patch) | |
tree | 634b404184e91ec2e59f10586e4eb1ad67f3f45d | |
parent | fc7f7f0bac98aa6a06aed1214bfd8aed3499b3d7 (diff) | |
download | aports-3edc03148ed01ea80e12fb2aa61bda95dd7e6d73.tar.bz2 aports-3edc03148ed01ea80e12fb2aa61bda95dd7e6d73.tar.xz |
community/py3-hypothesis: upgrade to 4.36.0
-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 48137f01b1..2cb16caceb 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.35.0 +pkgver=4.36.0 pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" url="https://hypothesis.works/" @@ -39,4 +39,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="0170f8f8afdf0b0029e10ae3669d6be3d0c362ed7c393a2b0e1d44304c4ddd000635e409ed0ccf59af807d18a9669dd01f65a69a3a5757940e7864c7adbdb3eb py-hypothesis-4.35.0.tar.gz" +sha512sums="e436d1f5eef8f5279426e39c17af93a816ae38026aa7570177c27d7c5419dfa5da26e9ac7ba64797c90eb9d6b56c601704bf7306eb7455cfdcd3d3852c5e8631 py-hypothesis-4.36.0.tar.gz" |