diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-22 23:06:03 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-22 23:06:03 +0100 |
commit | 847115ac40bb90c35218aaf3888809fbee2702e7 (patch) | |
tree | 7bc6187d9b902a301bc42d0dc141b4425cc6e9ab /community/py3-hypothesis/APKBUILD | |
parent | ae00e251bc0a73ebb4216f9c4270c664380b17ef (diff) | |
download | aports-847115ac40bb90c35218aaf3888809fbee2702e7.tar.bz2 aports-847115ac40bb90c35218aaf3888809fbee2702e7.tar.xz |
community/py3-hypothesis: upgrade to 4.56.3
Diffstat (limited to 'community/py3-hypothesis/APKBUILD')
-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 02bbd198a4..5517201b08 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.55.1 +pkgver=4.56.3 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="d079bcfce6a37ebf245288d9c615fd0328daa90d81d3dd51a38d351fef4a9da5a79c6abcb63a4f39a71240ae82c5af122f6b01c482225e81889e8474068d6c1a py-hypothesis-4.55.1.tar.gz" +sha512sums="efb01d25c31f5230c802909f1c8a6a709c5fcaecd5bbdba451445b2673f7051d402a5ce919c6ab26531662163604b34cea9d3233dc83a9e6cf20dc22c47ba765 py-hypothesis-4.56.3.tar.gz" |