diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-28 12:06:45 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-28 12:06:45 +0100 |
commit | 524d9125ee183c33d41874edc697140e2f56d711 (patch) | |
tree | ec8a3c67098eab654d0bd827226557932b8b5385 | |
parent | 99d1d89cc39c67dd680d87b4c1a39f084a04be44 (diff) | |
download | aports-524d9125ee183c33d41874edc697140e2f56d711.tar.bz2 aports-524d9125ee183c33d41874edc697140e2f56d711.tar.xz |
community/py3-hypothesis: upgrade to 4.47.5
-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 fe9debbf19..62ee8e868a 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.4 +pkgver=4.47.5 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="8f78a2afd04402a8f4fb0a97c2f3e33ce42b85e5a3bd2965451d1310398856b61abafb0ad070192ed968a1f748f0182842d299bdae86888396fd58545ba03699 py-hypothesis-4.47.4.tar.gz" +sha512sums="9b6920181dca75b9e551ae5e598101f35cfc26e9e3a1b20cab652c151bc6355413d0c9602d3242fb23f808ab00335793009df938d55ee19a6af1ce2a8b085e3c py-hypothesis-4.47.5.tar.gz" |