diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-26 18:17:03 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-26 18:17:03 +0100 |
commit | 24c19af9d7b82edb20c61d20b8ae76a54e4a6aaf (patch) | |
tree | d86ca8f17fa33120a5088b1b2689c1ff2eea5e34 /community/py3-hypothesis/APKBUILD | |
parent | 666a6bded18aa1c0367e8e176180219df7cfc59c (diff) | |
download | aports-24c19af9d7b82edb20c61d20b8ae76a54e4a6aaf.tar.bz2 aports-24c19af9d7b82edb20c61d20b8ae76a54e4a6aaf.tar.xz |
community/py3-hypothesis: upgrade to 4.47.3
Diffstat (limited to 'community/py3-hypothesis/APKBUILD')
-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 01b2fb262e..eea0407209 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.2 +pkgver=4.47.3 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="9618aff13aee73b9892d7c343003b33e2cfbc753f96f29add739561483eebbdf27d0f0f2ff2f2f6f0c5c87f3a464a456a0b394c122da0b9bd5e788dcd9eb1c21 py-hypothesis-4.47.2.tar.gz" +sha512sums="1bb2737f505169d361350d63b09e66874b8d82f0363911cf6b7a73819629d71f62ebfba6d1f1129b6fc76588feb8bf171b6106d6209527d60694cc6268212137 py-hypothesis-4.47.3.tar.gz" |