diff options
-rw-r--r-- | community/py-hypothesis/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/py-hypothesis/APKBUILD b/community/py-hypothesis/APKBUILD index d758a122df..e6d5b9c8b3 100644 --- a/community/py-hypothesis/APKBUILD +++ b/community/py-hypothesis/APKBUILD @@ -1,7 +1,7 @@ -# Contributor: Leo <thinkabit.ukim@gmail.com> -# Maintainer: Drew DeVault <sir@cmpwn.com> +# Contributor: Drew DeVault <sir@cmpwn.com> +# Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py-hypothesis -pkgver=4.24.1 +pkgver=4.24.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="f7e477a8fe1fe3d995156f50d0af0f512857ef6ba0c3067c4337afc53f7571ab9f50234575de6aca6312915b3c89651d68beb77fb5388ab38ac2e3be403516ab py-hypothesis-4.24.1.tar.gz" +sha512sums="9dbec32fec016c379f58acb6e0fe12918d738eb80f0392fe1b884e074f82df30fa432dfd776b762d6f751d55bd2e4a76ca9fe4bd3f94a75dbe2a9aaabd3ae99b py-hypothesis-4.24.2.tar.gz" |