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 e6d5b9c8b3..4a83822af6 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.24.2 +pkgver=4.24.3 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="9dbec32fec016c379f58acb6e0fe12918d738eb80f0392fe1b884e074f82df30fa432dfd776b762d6f751d55bd2e4a76ca9fe4bd3f94a75dbe2a9aaabd3ae99b py-hypothesis-4.24.2.tar.gz" +sha512sums="ec762d47282f317297e6e679982ccc52446cf878beb94bc6d6aac3539a9e790a1d9e58b2ed22c83325441747b592d2426c60808c70f207b77ca47161f48a4b49 py-hypothesis-4.24.3.tar.gz" |