diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-12 00:39:11 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-12 00:39:11 -0300 |
commit | 7a4e2e094d67afc8d31d86fe27cbe6ebfd0107ac (patch) | |
tree | 2bc371357bfa55cdc31cd35d832538874c80fccf /community/py3-hypothesis | |
parent | 3972ad85a0cd064b9430fa525d9a88a9a6663685 (diff) | |
download | aports-7a4e2e094d67afc8d31d86fe27cbe6ebfd0107ac.tar.bz2 aports-7a4e2e094d67afc8d31d86fe27cbe6ebfd0107ac.tar.xz |
community/py3-hypothesis: upgrade to 5.8.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 150e08cd0f..a6443d3978 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.8.0 +pkgver=5.8.1 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="60e355e2f3a03264fff852f422fcceec6ca621e28ea63e100f85ab0144a8e291e7fada78e82ad55623c0bfba971008a059bc125eff89c82d5ddfbfca88e4d43c py-hypothesis-5.8.0.tar.gz" +sha512sums="58f933aa9a167c1fdbfd94ce0bf4c78bc6adf4ba2ee6f7953949185245ad104dfd8e2c849bd065d954b68d42ad1db7d722365f071772e1f1549f4c21d772286f py-hypothesis-5.8.1.tar.gz" |