diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-03 15:10:13 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-03 17:18:44 -0300 |
commit | 666ea235253c1578567991ac9b312de2cd7ebb32 (patch) | |
tree | 6c00864983b461c104a274614f3a0e7aba9c3c5c /community | |
parent | 690d571c4b7768c4b5d554ae2bd974bd55935e64 (diff) | |
download | aports-666ea235253c1578567991ac9b312de2cd7ebb32.tar.bz2 aports-666ea235253c1578567991ac9b312de2cd7ebb32.tar.xz |
community/py-hypothesis: upgrade to 4.25.1
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 401b965be6..dfa86dfbb8 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.0 +pkgver=4.25.1 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="e5f8c4471a7dd1eebf8858e9ee537468b6274ae4b9df98ae040f36b11d1a5d18e8f6a15b3b62d5191a5479cabb7ca25196b2de9b0e10d92d0c706ae345078a83 py-hypothesis-4.25.0.tar.gz" +sha512sums="9f24105ec6fe4242793e5625ab453997ea3654e2a8eb9b9c16ea8411b2ac1622351157f877a357f3a71f4788e4506ad10502c6c30b8a57e12b6ea684892d1b44 py-hypothesis-4.25.1.tar.gz" |