diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-29 01:49:57 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-29 02:14:02 +0100 |
commit | 4de9a8ad185070a8689c0122f70a25c0ecf01d20 (patch) | |
tree | 9af86b2abecac9b3cfbda05d623a402776a3a092 | |
parent | 0bd3bb295f4cd915f1be0a81174c0fe7a930bafb (diff) | |
download | aports-4de9a8ad185070a8689c0122f70a25c0ecf01d20.tar.bz2 aports-4de9a8ad185070a8689c0122f70a25c0ecf01d20.tar.xz |
community/py3-hypothesis: upgrade to 4.50.1
-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 0fc000418b..e7cb5350e6 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.49.0 +pkgver=4.50.1 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="ac5c9b98565518fcdc16075b01780fe484bdf7359df014741fe3ffd08266b4fdde00f720b603c59156cebf0c2170f9cb3ad32e8b2f688678ca687f5e51c5c92b py-hypothesis-4.49.0.tar.gz" +sha512sums="b6d2799b2ab8e5809f9ac7bb910bd6844c853a50e1bdacb77afc4c3a09631cd626036dd4edf3b1e211bec4982feeb07c2273ad1a4029b737dc188b0d7c5a3beb py-hypothesis-4.50.1.tar.gz" |