diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-10 10:33:58 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-10 10:46:25 +0100 |
commit | 3129f242a17414701f059dc7348f010f45f84d30 (patch) | |
tree | eb59a3f97d95ea8a13a324ec5328010ff35e200e /community/py3-hypothesis | |
parent | 84652af2d9e4960ae458adaeadd62d0274c70cfa (diff) | |
download | aports-3129f242a17414701f059dc7348f010f45f84d30.tar.bz2 aports-3129f242a17414701f059dc7348f010f45f84d30.tar.xz |
community/py3-hypothesis: upgrade to 4.53.1
Diffstat (limited to 'community/py3-hypothesis')
-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 a2597aa36b..3ed62daa2c 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.51.1 +pkgver=4.53.1 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="a42db1c40e62d9fa2f9351144e0cdd22c297bc663ec44808906fea50d8d74e740fe1bb86a2dd0f183ad68ad6712ada2de89e45ac6e1b7caf07042f53cec465f4 py-hypothesis-4.51.1.tar.gz" +sha512sums="56839be12656d5a970e0d9b97ec3e7b8aa600b88bfb53d09c09270ccf5abcf5f25ec7c33b01c5c30a1a5450903b919dbff2b1e709937000ebcf434235310a8c9 py-hypothesis-4.53.1.tar.gz" |