diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-07 07:38:13 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-07 10:26:54 -0300 |
commit | 771f23bcbefd4cdb6eace0dcc7b6a552df0454e1 (patch) | |
tree | 1e913515ecad0e9e38ecc25937c4297e10c333fc /community | |
parent | 5353b493054d65c951a0caa9f3b9522c742ac2c2 (diff) | |
download | aports-771f23bcbefd4cdb6eace0dcc7b6a552df0454e1.tar.bz2 aports-771f23bcbefd4cdb6eace0dcc7b6a552df0454e1.tar.xz |
community/py-hypothesis: upgrade to 4.24.3
Diffstat (limited to 'community')
-rw-r--r-- | community/py-hypothesis/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-hypothesis/APKBUILD b/community/py-hypothesis/APKBUILD index e6d5b9c8b3..4a83822af6 100644 --- a/community/py-hypothesis/APKBUILD +++ b/community/py-hypothesis/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Drew DeVault <sir@cmpwn.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py-hypothesis -pkgver=4.24.2 +pkgver=4.24.3 pkgrel=0 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" url="https://hypothesis.works/" @@ -72,4 +72,4 @@ _py() { $_python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="9dbec32fec016c379f58acb6e0fe12918d738eb80f0392fe1b884e074f82df30fa432dfd776b762d6f751d55bd2e4a76ca9fe4bd3f94a75dbe2a9aaabd3ae99b py-hypothesis-4.24.2.tar.gz" +sha512sums="ec762d47282f317297e6e679982ccc52446cf878beb94bc6d6aac3539a9e790a1d9e58b2ed22c83325441747b592d2426c60808c70f207b77ca47161f48a4b49 py-hypothesis-4.24.3.tar.gz" |