diff options
-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 2890844502..a0a6670c49 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.32.1 +pkgver=4.32.2 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="21a94ba7377b15682bcf5c05463bc0af7edd96b56487a60aebcdc97542ab784b0ab370af1ebca742e1f9a255a0aee30d189df87a529065a25163584ddd7e8545 py-hypothesis-4.32.1.tar.gz" +sha512sums="ed8cc36ee2329d6ee078a5bbae49b28be52c58d715d5fe755d8816f62c17292b766c585b2d02767b2aae563c279c6cb64e3af7a29f81be0f86c47454c0b923a3 py-hypothesis-4.32.2.tar.gz" |