diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-30 17:38:29 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-30 18:14:57 +0100 |
commit | 437e79c53da4d2832a99aa2a9556f86538085b82 (patch) | |
tree | 4f4d26597712955cff83a1a52bb2134e76c283a9 /community | |
parent | e3742735ebeb76f06e9fa892cfff4ceb5766743e (diff) | |
download | aports-437e79c53da4d2832a99aa2a9556f86538085b82.tar.bz2 aports-437e79c53da4d2832a99aa2a9556f86538085b82.tar.xz |
community/py3-hypothesis: upgrade to 5.4.0
Diffstat (limited to 'community')
-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 466335ba3c..4e85802479 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.3.1 +pkgver=5.4.0 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="362ea4877dacd91c35f4e7ba60cf9ab9db8bca3c78b4ae38a7cebf314055d548fc8f9590836aaee3b38f573056d02deb2926f7963d31030a0ec31f9da684a113 py-hypothesis-5.3.1.tar.gz" +sha512sums="9b168f11f9d7e720691ce3fdbff8f97d3fdfff86bdc9ab2683e58ff31dece36d57b468693fcf3b1b7e6cfc16022dd733eacabbf5bd08042ac8cca6c45050c129 py-hypothesis-5.4.0.tar.gz" |