diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-11-08 16:51:06 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-11-08 19:55:31 +0000 |
commit | 8cf98cea4cae7fc3b706c68a460f6da8330ca44b (patch) | |
tree | f7d170e951cc6d22e014865d95591657a3c85e2e | |
parent | c0e6414e8abc54e28d321862627276d8a04f907e (diff) | |
download | aports-8cf98cea4cae7fc3b706c68a460f6da8330ca44b.tar.gz aports-8cf98cea4cae7fc3b706c68a460f6da8330ca44b.tar.bz2 aports-8cf98cea4cae7fc3b706c68a460f6da8330ca44b.tar.xz |
community/py3-hypothesis: upgrade to 5.41.2
-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 1727de231b..faa8c26eae 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=5.41.1 +pkgver=5.41.2 pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" options="!check" @@ -35,4 +35,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="b1f02e32e6c5bdb6ca0a338901715508a03d2734898c673c5b3a5b25dee34922d7fbfcc2534b0c658d003d5de3e97abecb5a9b4f00ada0cc85c457b4b870a873 py-hypothesis-5.41.1.tar.gz" +sha512sums="712a6b3a007e4b354e9ed2137b7dd53652abbbf0b324467ce540ca886fb956eae5d00f83cbc1c9b1799a4a3abc64f4d26d9aed85d5fb689e904e1125b87b88eb py-hypothesis-5.41.2.tar.gz" |