diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-05 01:19:44 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-05 07:56:14 -0300 |
commit | 6bfcbb38cd94a57152adbecf32235165fa73a449 (patch) | |
tree | 858f0d05ccf6ce9cb92e5f42178b3c291f89ebee /community | |
parent | 026306934a4f985c0e07102b9a6bb35832cd3894 (diff) | |
download | aports-6bfcbb38cd94a57152adbecf32235165fa73a449.tar.bz2 aports-6bfcbb38cd94a57152adbecf32235165fa73a449.tar.xz |
community/py-hypothesis: upgrade to 4.26.2
Diffstat (limited to 'community')
-rw-r--r-- | community/py-hypothesis/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-hypothesis/APKBUILD b/community/py-hypothesis/APKBUILD index dfa86dfbb8..375409f12f 100644 --- a/community/py-hypothesis/APKBUILD +++ b/community/py-hypothesis/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Drew DeVault <sir@cmpwn.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py-hypothesis -pkgver=4.25.1 +pkgver=4.26.2 pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" url="https://hypothesis.works/" @@ -72,4 +72,4 @@ _py() { $_python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="9f24105ec6fe4242793e5625ab453997ea3654e2a8eb9b9c16ea8411b2ac1622351157f877a357f3a71f4788e4506ad10502c6c30b8a57e12b6ea684892d1b44 py-hypothesis-4.25.1.tar.gz" +sha512sums="137acb7f2198ddcc49b7aa38cf4466bef5e7f9468109031e79b9c2c56bfce5da6eeb5d17153889f0453ae6e65225ee349461c8fa80f75e5ec7e64f352cd5d084 py-hypothesis-4.26.2.tar.gz" |