diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-27 13:13:54 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-27 13:18:38 +0100 |
commit | 1d9537e04df963e3c143320398747e071ec69795 (patch) | |
tree | 19e064600bf4e240a2373ebee24e6f99057f682c /community/py3-hypothesis | |
parent | 47ccc18c05483ff3536b9980c57d32655355da48 (diff) | |
download | aports-1d9537e04df963e3c143320398747e071ec69795.tar.bz2 aports-1d9537e04df963e3c143320398747e071ec69795.tar.xz |
community/py3-hypothesis: upgrade to 4.47.4
Diffstat (limited to 'community/py3-hypothesis')
-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 eea0407209..fe9debbf19 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.47.3 +pkgver=4.47.4 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="1bb2737f505169d361350d63b09e66874b8d82f0363911cf6b7a73819629d71f62ebfba6d1f1129b6fc76588feb8bf171b6106d6209527d60694cc6268212137 py-hypothesis-4.47.3.tar.gz" +sha512sums="8f78a2afd04402a8f4fb0a97c2f3e33ce42b85e5a3bd2965451d1310398856b61abafb0ad070192ed968a1f748f0182842d299bdae86888396fd58545ba03699 py-hypothesis-4.47.4.tar.gz" |